#BBC377

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

Shades of Pine Glade #BBC377

Tints of Pine Glade #BBC377

Color information

#BBC377 (or 0xBBC377) is unknown color: approx Pine Glade. HEX triplet: BB, C3 and 77. RGB value is (187,195,119). Sum of RGB (Red+Green+Blue) = 187+195+119=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC377 is #443C88. Grayscale: #B8B8B8. Windows color (decimal): -4471945 or 7848891. OLE color: 7848891.

HSL color Cylindrical-coordinate representation of color #BBC377: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC377 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB187195119-
CMYK0.0400.390.24
HSL66.32º38.78%61.57%-
HSV(B)66.32º38.97%76.47%-
XYZ43.3450.9325-
YUV183.9491.35130.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=37.33%
G=38.92%
B=23.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951190.0400.390.2466.3238.7861.57
HexBBC37740271842273e
Octal2733031674047301024776
Binary101110111100001111101111000100111110001000010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC377; }

 p { color: rgb(187,195,119); }

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

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

 a { background-color: rgb(187,195,119); }

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

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

 span { border-color: rgb(187,195,119); }

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