#BBC18A

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

Shades of Pine Glade #BBC18A

Tints of Pine Glade #BBC18A

Color information

#BBC18A (or 0xBBC18A) is unknown color: approx Pine Glade. HEX triplet: BB, C1 and 8A. RGB value is (187,193,138). Sum of RGB (Red+Green+Blue) = 187+193+138=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC18A is #443E75. Grayscale: #B9B9B9. Windows color (decimal): -4472438 or 9093563. OLE color: 9093563.

HSL color Cylindrical-coordinate representation of color #BBC18A: hue angle of 66.55º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC18A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB187193138-
CMYK0.0300.280.24
HSL66.55º30.73%64.9%-
HSV(B)66.55º28.5%75.69%-
XYZ44.1550.5431.47-
YUV184.94101.51129.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=36.10%
G=37.26%
B=26.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871931380.0300.280.2466.5530.7364.9
HexBBC18A301C18431f41
Octal27330121230343010337101
Binary10111011110000011000101011011100110001000011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC18A; }

 p { color: rgb(187,193,138); }

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

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

 a { background-color: rgb(187,193,138); }

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

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

 span { border-color: rgb(187,193,138); }

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