#B8B74F

Color #B8B74F Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #B8B74F

Tints of Olive Green #B8B74F

Color information

#B8B74F (or 0xB8B74F) is unknown color: approx Olive Green. HEX triplet: B8, B7 and 4F. RGB value is (184,183,79). Sum of RGB (Red+Green+Blue) = 184+183+79=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B74F is #4748B0. Grayscale: #ABABAB. Windows color (decimal): -4671665 or 5224376. OLE color: 5224376.

HSL color Cylindrical-coordinate representation of color #B8B74F: hue angle of 59.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8B74F is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18418379-
CMYK00.010.570.28
HSL59.43º42.51%51.57%-
HSV(B)59.43º57.07%72.16%-
XYZ38.1144.6214-
YUV171.4475.83136.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 79 (31.25% from 255) = 17.71%
R=41.26%
G=41.03%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841837900.010.570.2859.4342.5151.57
HexB8B74F01391C3b2b34
Octal270267117017134735364
Binary101110001011011110011110111100111100111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B74F; }

 p { color: rgb(184,183,79); }

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

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

 a { background-color: rgb(184,183,79); }

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

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

 span { border-color: rgb(184,183,79); }

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