#B8BB74

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

Shades of Pine Glade #B8BB74

Tints of Pine Glade #B8BB74

Color information

#B8BB74 (or 0xB8BB74) is unknown color: approx Pine Glade. HEX triplet: B8, BB and 74. RGB value is (184,187,116). Sum of RGB (Red+Green+Blue) = 184+187+116=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BB74 is #47448B. Grayscale: #B2B2B2. Windows color (decimal): -4670604 or 7650232. OLE color: 7650232.

HSL color Cylindrical-coordinate representation of color #B8BB74: hue angle of 62.54º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B8BB74 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB184187116-
CMYK0.0200.380.27
HSL62.54º34.3%59.41%-
HSV(B)62.54º37.97%73.33%-
XYZ40.6946.9923.45-
YUV178.0193.01132.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 116 (45.70% from 255) = 23.82%
R=37.78%
G=38.40%
B=23.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841871160.0200.380.2762.5434.359.41
HexB8BB7420261B3f223b
Octal270273164204633774273
Binary1011100010111011111010010010011011011111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BB74; }

 p { color: rgb(184,187,116); }

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

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

 a { background-color: rgb(184,187,116); }

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

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

 span { border-color: rgb(184,187,116); }

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