#BBC384

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

Shades of Pine Glade #BBC384

Tints of Pine Glade #BBC384

Color information

#BBC384 (or 0xBBC384) is unknown color: approx Pine Glade. HEX triplet: BB, C3 and 84. RGB value is (187,195,132). Sum of RGB (Red+Green+Blue) = 187+195+132=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC384 is #443C7B. Grayscale: #B9B9B9. Windows color (decimal): -4471932 or 8700859. OLE color: 8700859.

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

Color convert

RGB187195132-
CMYK0.0400.320.24
HSL67.62º34.43%64.12%-
HSV(B)67.62º32.31%76.47%-
XYZ44.1751.2629.4-
YUV185.4397.85129.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 195 (76.56% from 255) = 37.94%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=36.38%
G=37.94%
B=25.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871951320.0400.320.2467.6234.4364.12
HexBBC384402018442240
Octal27330320440403010442100
Binary10111011110000111000010010001000001100010001001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC384; }

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

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

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

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

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

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

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

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