#BCCB93

Color #BCCB93 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCCB93

Tints of Sprout #BCCB93

Color information

#BCCB93 (or 0xBCCB93) is unknown color: approx Sprout. HEX triplet: BC, CB and 93. RGB value is (188,203,147). Sum of RGB (Red+Green+Blue) = 188+203+147=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB93 is #43346C. Grayscale: #C0C0C0. Windows color (decimal): -4404333 or 9685948. OLE color: 9685948.

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

Color convert

RGB188203147-
CMYK0.0700.280.20
HSL76.07º35%68.63%-
HSV(B)76.07º27.59%79.61%-
XYZ47.3655.5135.82-
YUV192.13102.53125.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=34.94%
G=37.73%
B=27.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031470.0700.280.2076.073568.63
HexBCCB93701C144c2345
Octal27431322370342411443105
Binary1011110011001011100100111110111001010010011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB93; }

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

 H1.HeaderClassName
 {
   color: #BCCB93;
 }
 .AnyTagClassName
 {
   color: #BCCB93;
 }
</style>
background-color css

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

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

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

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

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

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