Html Css Color HEX #BCCB96 Sprout

📋 copy color: '#BCCB96'

red 188 ◦ green 203 ◦ blue 150

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

Shades of Sprout #BCCB96

Tints of Sprout #BCCB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.73%

R = 34.75%
G = 37.52%
B = 27.73%

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

#BCCB96 (or 0xBCCB96) is known color: Sprout. HEX triplet: BC, CB and 96. RGB value is (188,203,150). Sum of RGB (Red+Green+Blue) = 188+203+150=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB96 is #433469. Grayscale: #C0C0C0. Windows color (decimal): -4404330 or 9882556. OLE color: 9882556.

HSL color Cylindrical-coordinate representation of color #BCCB96: hue angle of 76.98º degrees, saturation: 0.34, 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 #BCCB96 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 150 -
CMYK 0.07 0 0.26 0.20
HSL 76.98º 0.34% 0.69% -
HSV(B) 76.98º 0.26% 0.8% -
XYZ 47.6 55.61 37.08 -
YUV 192.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 188 203 150 0.07 0 0.26 0.20 76.98 0.34 0.69
Hex BC CB 96 7 0 1A 14 4D 22 45
Octal 274 313 226 7 0 32 24 115 42 105
Binary 10111100 11001011 10010110 111 0 11010 10100 1001101 100010 1000101

Color Harmonies of #BCCB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB96

Black with #BCCB96

Text Example


Text Example

White with #BCCB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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