Html Css Color HEX #BACD9A Sprout

📋 copy color: '#BACD9A'

red 186 ◦ green 205 ◦ blue 154

#BACD9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BACD9A

Tints of Sprout #BACD9A

RGB

 RED value IS 186 (73.05% from 255) = 34.13%

 GREEN value IS 205 (80.47% from 255) = 37.61%

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 34.13%
G = 37.61%
B = 28.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BACD9A (or 0xBACD9A) is known color: Sprout. HEX triplet: BA, CD and 9A. RGB value is (186,205,154). Sum of RGB (Red+Green+Blue) = 186+205+154=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD9A is #453265. Grayscale: #C1C1C1. Windows color (decimal): -4534886 or 10145210. OLE color: 10145210.

HSL color Cylindrical-coordinate representation of color #BACD9A: hue angle of 82.35º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACD9A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 154 -
CMYK 0.09 0 0.25 0.20
HSL 82.35º 0.34% 0.7% -
HSV(B) 82.35º 0.25% 0.8% -
XYZ 47.91 56.43 38.94 -
YUV 193.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 186 205 154 0.09 0 0.25 0.20 82.35 0.34 0.7
Hex BA CD 9A 9 0 19 14 52 22 46
Octal 272 315 232 11 0 31 24 122 42 106
Binary 10111010 11001101 10011010 1001 0 11001 10100 1010010 100010 1000110

Color Harmonies of #BACD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD9A

Black with #BACD9A

Text Example


Text Example

White with #BACD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD9A; }

 p { color: rgb(186,205,154); }

 H1.HeaderClassName
 {
   color: #BACD9A;
 }
 .AnyTagClassName
 {
   color: #BACD9A;
 }
</style>

background-color css

<style>
 a { background-color: #BACD9A; }

 a { background-color: rgb(186,205,154); }

 div.DivClassName
 {
   background-color: #BACD9A;
 }
 .BgClassName
 {
   background-color: #BACD9A;
 }
</style>

border-color css

<style>
 span { border-color: #BACD9A; }

 span { border-color: rgb(186,205,154); }

 td.TdClassName
 {
   border-color: #BACD9A;
 }
 .TagClassName
 {
   border-color: #BACD9A;
 }
</style>