#B8C37A

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

Shades of Pine Glade #B8C37A

Tints of Pine Glade #B8C37A

Color information

#B8C37A (or 0xB8C37A) is unknown color: approx Pine Glade. HEX triplet: B8, C3 and 7A. RGB value is (184,195,122). Sum of RGB (Red+Green+Blue) = 184+195+122=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C37A is #473C85. Grayscale: #B7B7B7. Windows color (decimal): -4668550 or 8045496. OLE color: 8045496.

HSL color Cylindrical-coordinate representation of color #B8C37A: hue angle of 69.04º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B8C37A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB184195122-
CMYK0.0600.370.24
HSL69.04º37.82%62.16%-
HSV(B)69.04º37.44%76.47%-
XYZ42.850.6325.93-
YUV183.3993.36128.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.73%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=36.73%
G=38.92%
B=24.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951220.0600.370.2469.0437.8262.16
HexB8C37A60251845263e
Octal2703031726045301054676
Binary101110001100001111110101100100101110001000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C37A; }

 p { color: rgb(184,195,122); }

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

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

 a { background-color: rgb(184,195,122); }

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

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

 span { border-color: rgb(184,195,122); }

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