#BBC381

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

Shades of Pine Glade #BBC381

Tints of Pine Glade #BBC381

Color information

#BBC381 (or 0xBBC381) is unknown color: approx Pine Glade. HEX triplet: BB, C3 and 81. RGB value is (187,195,129). Sum of RGB (Red+Green+Blue) = 187+195+129=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC381 is #443C7E. Grayscale: #B9B9B9. Windows color (decimal): -4471935 or 8504251. OLE color: 8504251.

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

Color convert

RGB187195129-
CMYK0.0400.340.24
HSL67.27º35.48%63.53%-
HSV(B)67.27º33.85%76.47%-
XYZ43.9751.1828.33-
YUV185.0896.35129.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.59%
GREEN value IS 195 (76.56% from 255) = 38.16%
BLUE value IS 129 (50.78% from 255) = 25.24%
R=36.59%
G=38.16%
B=25.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951290.0400.340.2467.2735.4863.53
HexBBC381402218432340
Octal27330320140423010343100
Binary10111011110000111000000110001000101100010000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC381; }

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

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

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

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

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

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

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

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