#BBC97A

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

Shades of Pine Glade #BBC97A

Tints of Pine Glade #BBC97A

Color information

#BBC97A (or 0xBBC97A) is unknown color: approx Pine Glade. HEX triplet: BB, C9 and 7A. RGB value is (187,201,122). Sum of RGB (Red+Green+Blue) = 187+201+122=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC97A is #443685. Grayscale: #BCBCBC. Windows color (decimal): -4470406 or 8047035. OLE color: 8047035.

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

Color convert

RGB187201122-
CMYK0.0700.390.21
HSL70.63º42.25%63.33%-
HSV(B)70.63º39.3%78.82%-
XYZ44.8953.7426.42-
YUV187.8190.86127.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=36.67%
G=39.41%
B=23.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011220.0700.390.2170.6342.2563.33
HexBBC97A702715472a3f
Octal2733111727047251075277
Binary101110111100100111110101110100111101011000111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC97A; }

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

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

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

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

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

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

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

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