Html Css Color HEX #BCCE97 Sprout

📋 copy color: '#BCCE97'

red 188 ◦ green 206 ◦ blue 151

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

Shades of Sprout #BCCE97

Tints of Sprout #BCCE97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.71%

R = 34.5%
G = 37.8%
B = 27.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#BCCE97 (or 0xBCCE97) is known color: Sprout. HEX triplet: BC, CE and 97. RGB value is (188,206,151). Sum of RGB (Red+Green+Blue) = 188+206+151=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE97 is #433168. Grayscale: #C2C2C2. Windows color (decimal): -4403561 or 9948860. OLE color: 9948860.

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

Color convert

RGB 188 206 151 -
CMYK 0.09 0 0.27 0.19
HSL 79.64º 0.36% 0.7% -
HSV(B) 79.64º 0.27% 0.81% -
XYZ 48.4 57.07 37.74 -
YUV 194.35 103.54 123.47 -
System Red Green Blue C M Y K H S L
Decimal 188 206 151 0.09 0 0.27 0.19 79.64 0.36 0.7
Hex BC CE 97 9 0 1B 13 50 24 46
Octal 274 316 227 11 0 33 23 120 44 106
Binary 10111100 11001110 10010111 1001 0 11011 10011 1010000 100100 1000110

Color Harmonies of #BCCE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE97

Black with #BCCE97

Text Example


Text Example

White with #BCCE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE97; }

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

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

background-color css

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

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

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

border-color css

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

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

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