#BBC38A

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

Shades of Pine Glade #BBC38A

Tints of Pine Glade #BBC38A

Color information

#BBC38A (or 0xBBC38A) is unknown color: approx Pine Glade. HEX triplet: BB, C3 and 8A. RGB value is (187,195,138). Sum of RGB (Red+Green+Blue) = 187+195+138=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC38A is #443C75. Grayscale: #BABABA. Windows color (decimal): -4471926 or 9094075. OLE color: 9094075.

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

Color convert

RGB187195138-
CMYK0.0400.290.24
HSL68.42º32.2%65.29%-
HSV(B)68.42º29.23%76.47%-
XYZ44.651.4331.62-
YUV186.11100.85128.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 195 (76.56% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=35.96%
G=37.5%
B=26.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951380.0400.290.2468.4232.265.29
HexBBC38A401D18442041
Octal27330321240353010440101
Binary1011101111000011100010101000111011100010001001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC38A; }

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

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

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

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

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

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

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

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