#BBC77A

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

Shades of Pine Glade #BBC77A

Tints of Pine Glade #BBC77A

Color information

#BBC77A (or 0xBBC77A) is unknown color: approx Pine Glade. HEX triplet: BB, C7 and 7A. RGB value is (187,199,122). Sum of RGB (Red+Green+Blue) = 187+199+122=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC77A is #443885. Grayscale: #BABABA. Windows color (decimal): -4470918 or 8046523. OLE color: 8046523.

HSL color Cylindrical-coordinate representation of color #BBC77A: hue angle of 69.35º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBC77A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB187199122-
CMYK0.0600.390.22
HSL69.35º40.74%62.94%-
HSV(B)69.35º38.69%78.04%-
XYZ44.4352.8226.27-
YUV186.6391.52128.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 199 (78.12% from 255) = 39.17%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=36.81%
G=39.17%
B=24.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991220.0600.390.2269.3540.7462.94
HexBBC77A60271645293f
Octal2733071726047261055177
Binary101110111100011111110101100100111101101000101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC77A; }

 p { color: rgb(187,199,122); }

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

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

 a { background-color: rgb(187,199,122); }

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

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

 span { border-color: rgb(187,199,122); }

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