#BBC974

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

Shades of Pine Glade #BBC974

Tints of Pine Glade #BBC974

Color information

#BBC974 (or 0xBBC974) is unknown color: approx Pine Glade. HEX triplet: BB, C9 and 74. RGB value is (187,201,116). Sum of RGB (Red+Green+Blue) = 187+201+116=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC974 is #44368B. Grayscale: #BBBBBB. Windows color (decimal): -4470412 or 7653819. OLE color: 7653819.

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

Color convert

RGB187201116-
CMYK0.0700.420.21
HSL69.88º44.04%62.16%-
HSV(B)69.88º42.29%78.82%-
XYZ44.5353.624.52-
YUV187.1287.86127.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 201 (78.91% from 255) = 39.88%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=37.10%
G=39.88%
B=23.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011160.0700.420.2169.8844.0462.16
HexBBC974702A15462c3e
Octal2733111647052251065476
Binary101110111100100111101001110101010101011000110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC974; }

 p { color: rgb(187,201,116); }

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

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

 a { background-color: rgb(187,201,116); }

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

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

 span { border-color: rgb(187,201,116); }

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