Html Css Color HEX #BCCE9A Sprout

📋 copy color: '#BCCE9A'

red 188 ◦ green 206 ◦ blue 154

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

Shades of Sprout #BCCE9A

Tints of Sprout #BCCE9A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.59%

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

R = 34.31%
G = 37.59%
B = 28.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#BCCE9A (or 0xBCCE9A) is known color: Sprout. HEX triplet: BC, CE and 9A. RGB value is (188,206,154). Sum of RGB (Red+Green+Blue) = 188+206+154=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE9A is #433165. Grayscale: #C2C2C2. Windows color (decimal): -4403558 or 10145468. OLE color: 10145468.

HSL color Cylindrical-coordinate representation of color #BCCE9A: hue angle of 80.77º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCCE9A is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 154 -
CMYK 0.09 0 0.25 0.19
HSL 80.77º 0.35% 0.71% -
HSV(B) 80.77º 0.25% 0.81% -
XYZ 48.64 57.17 39.04 -
YUV 194.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 188 206 154 0.09 0 0.25 0.19 80.77 0.35 0.71
Hex BC CE 9A 9 0 19 13 51 23 47
Octal 274 316 232 11 0 31 23 121 43 107
Binary 10111100 11001110 10011010 1001 0 11001 10011 1010001 100011 1000111

Color Harmonies of #BCCE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE9A

Black with #BCCE9A

Text Example


Text Example

White with #BCCE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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