#B7B34B

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

Shades of Olive Green #B7B34B

Tints of Olive Green #B7B34B

Color information

#B7B34B (or 0xB7B34B) is unknown color: approx Olive Green. HEX triplet: B7, B3 and 4B. RGB value is (183,179,75). Sum of RGB (Red+Green+Blue) = 183+179+75=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B34B is #484CB4. Grayscale: #A8A8A8. Windows color (decimal): -4738229 or 4961207. OLE color: 4961207.

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

Color convert

RGB18317975-
CMYK00.020.590.28
HSL57.78º42.86%50.59%-
HSV(B)57.78º59.02%71.76%-
XYZ36.9242.8212.98-
YUV168.3475.33138.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 75 (29.69% from 255) = 17.16%
R=41.88%
G=40.96%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831797500.020.590.2857.7842.8650.59
HexB7B34B023B1C3a2b33
Octal267263113027334725363
Binary1011011110110011100101101011101111100111010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B34B; }

 p { color: rgb(183,179,75); }

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

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

 a { background-color: rgb(183,179,75); }

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

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

 span { border-color: rgb(183,179,75); }

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