#B7B14D

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

Shades of Olive Green #B7B14D

Tints of Olive Green #B7B14D

Color information

#B7B14D (or 0xB7B14D) is unknown color: approx Olive Green. HEX triplet: B7, B1 and 4D. RGB value is (183,177,77). Sum of RGB (Red+Green+Blue) = 183+177+77=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7B14D is #484EB2. Grayscale: #A7A7A7. Windows color (decimal): -4738739 or 5091767. OLE color: 5091767.

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

Color convert

RGB18317777-
CMYK00.030.580.28
HSL56.6º42.4%50.98%-
HSV(B)56.6º57.92%71.76%-
XYZ36.5942.0513.21-
YUV167.3976.99139.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 77 (30.47% from 255) = 17.62%
R=41.88%
G=40.50%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831777700.030.580.2856.642.450.98
HexB7B14D033A1C392a33
Octal267261115037234715263
Binary1011011110110001100110101111101011100111001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B14D; }

 p { color: rgb(183,177,77); }

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

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

 a { background-color: rgb(183,177,77); }

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

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

 span { border-color: rgb(183,177,77); }

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