#BBCA73

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

Shades of Pine Glade #BBCA73

Tints of Pine Glade #BBCA73

Color information

#BBCA73 (or 0xBBCA73) is unknown color: approx Pine Glade. HEX triplet: BB, CA and 73. RGB value is (187,202,115). Sum of RGB (Red+Green+Blue) = 187+202+115=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBCA73 is #44358C. Grayscale: #BBBBBB. Windows color (decimal): -4470157 or 7588539. OLE color: 7588539.

HSL color Cylindrical-coordinate representation of color #BBCA73: hue angle of 70.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBCA73 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB187202115-
CMYK0.0700.430.21
HSL70.34º45.08%62.16%-
HSV(B)70.34º43.07%79.22%-
XYZ44.7154.0424.29-
YUV187.687.03127.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 115 (45.31% from 255) = 22.82%
R=37.10%
G=40.08%
B=22.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021150.0700.430.2170.3445.0862.16
HexBBCA73702B15462d3e
Octal2733121637053251065576
Binary101110111100101011100111110101011101011000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA73; }

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

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

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

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

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

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

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

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