#BBC775

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

Shades of Pine Glade #BBC775

Tints of Pine Glade #BBC775

Color information

#BBC775 (or 0xBBC775) is unknown color: approx Pine Glade. HEX triplet: BB, C7 and 75. RGB value is (187,199,117). Sum of RGB (Red+Green+Blue) = 187+199+117=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC775 is #44388A. Grayscale: #BABABA. Windows color (decimal): -4470923 or 7718843. OLE color: 7718843.

HSL color Cylindrical-coordinate representation of color #BBC775: hue angle of 68.78º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBC775 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB187199117-
CMYK0.0600.410.22
HSL68.78º42.27%61.96%-
HSV(B)68.78º41.21%78.04%-
XYZ44.1352.724.68-
YUV186.0689.02128.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 117 (46.09% from 255) = 23.26%
R=37.18%
G=39.56%
B=23.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991170.0600.410.2268.7842.2761.96
HexBBC775602916452a3e
Octal2733071656051261055276
Binary101110111100011111101011100101001101101000101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC775; }

 p { color: rgb(187,199,117); }

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

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

 a { background-color: rgb(187,199,117); }

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

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

 span { border-color: rgb(187,199,117); }

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