Html Css Color HEX #BCCB97 Sprout

📋 copy color: '#BCCB97'

red 188 ◦ green 203 ◦ blue 151

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

Shades of Sprout #BCCB97

Tints of Sprout #BCCB97

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.45%

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

R = 34.69%
G = 37.45%
B = 27.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#BCCB97 (or 0xBCCB97) is known color: Sprout. HEX triplet: BC, CB and 97. RGB value is (188,203,151). Sum of RGB (Red+Green+Blue) = 188+203+151=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB97 is #433468. Grayscale: #C0C0C0. Windows color (decimal): -4404329 or 9948092. OLE color: 9948092.

HSL color Cylindrical-coordinate representation of color #BCCB97: hue angle of 77.31º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCB97 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 151 -
CMYK 0.07 0 0.26 0.20
HSL 77.31º 0.33% 0.69% -
HSV(B) 77.31º 0.26% 0.8% -
XYZ 47.68 55.64 37.5 -
YUV 192.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 188 203 151 0.07 0 0.26 0.20 77.31 0.33 0.69
Hex BC CB 97 7 0 1A 14 4D 21 45
Octal 274 313 227 7 0 32 24 115 41 105
Binary 10111100 11001011 10010111 111 0 11010 10100 1001101 100001 1000101

Color Harmonies of #BCCB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB97

Black with #BCCB97

Text Example


Text Example

White with #BCCB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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