#BBC479

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

Shades of Pine Glade #BBC479

Tints of Pine Glade #BBC479

Color information

#BBC479 (or 0xBBC479) is unknown color: approx Pine Glade. HEX triplet: BB, C4 and 79. RGB value is (187,196,121). Sum of RGB (Red+Green+Blue) = 187+196+121=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC479 is #443B86. Grayscale: #B9B9B9. Windows color (decimal): -4471687 or 7980219. OLE color: 7980219.

HSL color Cylindrical-coordinate representation of color #BBC479: hue angle of 67.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBC479 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB187196121-
CMYK0.0500.380.23
HSL67.2º38.86%62.16%-
HSV(B)67.2º38.27%76.86%-
XYZ43.6851.4325.71-
YUV184.7692.02129.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=37.10%
G=38.89%
B=24.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871961210.0500.380.2367.238.8662.16
HexBBC47950261743273e
Octal2733041715046271034776
Binary101110111100010011110011010100110101111000011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC479; }

 p { color: rgb(187,196,121); }

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

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

 a { background-color: rgb(187,196,121); }

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

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

 span { border-color: rgb(187,196,121); }

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