#B8C16E

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

Shades of Pine Glade #B8C16E

Tints of Pine Glade #B8C16E

Color information

#B8C16E (or 0xB8C16E) is unknown color: approx Pine Glade. HEX triplet: B8, C1 and 6E. RGB value is (184,193,110). Sum of RGB (Red+Green+Blue) = 184+193+110=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C16E is #473E91. Grayscale: #B5B5B5. Windows color (decimal): -4669074 or 7258552. OLE color: 7258552.

HSL color Cylindrical-coordinate representation of color #B8C16E: hue angle of 66.51º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8C16E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB184193110-
CMYK0.0500.430.24
HSL66.51º40.1%59.41%-
HSV(B)66.51º43.01%75.69%-
XYZ41.6549.4622.1-
YUV180.8588.02130.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=37.78%
G=39.63%
B=22.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841931100.0500.430.2466.5140.159.41
HexB8C16E502B1843283b
Octal2703011565053301035073
Binary101110001100000111011101010101011110001000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C16E; }

 p { color: rgb(184,193,110); }

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

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

 a { background-color: rgb(184,193,110); }

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

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

 span { border-color: rgb(184,193,110); }

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