Html Css Color HEX #BCCD9A Sprout

📋 copy color: '#BCCD9A'

red 188 ◦ green 205 ◦ blue 154

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

Shades of Sprout #BCCD9A

Tints of Sprout #BCCD9A

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

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

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

R = 34.37%
G = 37.48%
B = 28.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#BCCD9A (or 0xBCCD9A) is known color: Sprout. HEX triplet: BC, CD and 9A. RGB value is (188,205,154). Sum of RGB (Red+Green+Blue) = 188+205+154=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD9A is #433265. Grayscale: #C2C2C2. Windows color (decimal): -4403814 or 10145212. OLE color: 10145212.

HSL color Cylindrical-coordinate representation of color #BCCD9A: hue angle of 80º 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 #BCCD9A is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 154 -
CMYK 0.08 0 0.25 0.20
HSL 80º 0.34% 0.7% -
HSV(B) 80º 0.25% 0.8% -
XYZ 48.4 56.69 38.96 -
YUV 194.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 188 205 154 0.08 0 0.25 0.20 80 0.34 0.7
Hex BC CD 9A 8 0 19 14 50 22 46
Octal 274 315 232 10 0 31 24 120 42 106
Binary 10111100 11001101 10011010 1000 0 11001 10100 1010000 100010 1000110

Color Harmonies of #BCCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD9A

Black with #BCCD9A

Text Example


Text Example

White with #BCCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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