#BBCB73

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

Shades of Pine Glade #BBCB73

Tints of Pine Glade #BBCB73

Color information

#BBCB73 (or 0xBBCB73) is unknown color: approx Pine Glade. HEX triplet: BB, CB and 73. RGB value is (187,203,115). Sum of RGB (Red+Green+Blue) = 187+203+115=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCB73 is #44348C. Grayscale: #BCBCBC. Windows color (decimal): -4469901 or 7588795. OLE color: 7588795.

HSL color Cylindrical-coordinate representation of color #BBCB73: hue angle of 70.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCB73 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB187203115-
CMYK0.0800.430.20
HSL70.91º45.83%62.35%-
HSV(B)70.91º43.35%79.61%-
XYZ44.9454.5124.37-
YUV188.1886.7127.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 115 (45.31% from 255) = 22.77%
R=37.03%
G=40.20%
B=22.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031150.0800.430.2070.9145.8362.35
HexBBCB73802B14472e3e
Octal27331316310053241075676
Binary1011101111001011111001110000101011101001000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCB73; }

 p { color: rgb(187,203,115); }

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

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

 a { background-color: rgb(187,203,115); }

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

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

 span { border-color: rgb(187,203,115); }

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