#B4B75A

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

Shades of Olive Green #B4B75A

Tints of Olive Green #B4B75A

Color information

#B4B75A (or 0xB4B75A) is unknown color: approx Olive Green. HEX triplet: B4, B7 and 5A. RGB value is (180,183,90). Sum of RGB (Red+Green+Blue) = 180+183+90=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B75A is #4B48A5. Grayscale: #ABABAB. Windows color (decimal): -4933798 or 5945268. OLE color: 5945268.

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

Color convert

RGB18018390-
CMYK0.0200.510.28
HSL61.94º39.24%53.53%-
HSV(B)61.94º50.82%71.76%-
XYZ37.644.3116.24-
YUV171.582.01134.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=39.74%
G=40.40%
B=19.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183900.0200.510.2861.9439.2453.53
HexB4B75A20331C3e2736
Octal264267132206334764766
Binary1011010010110111101101010011001111100111110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B75A; }

 p { color: rgb(180,183,90); }

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

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

 a { background-color: rgb(180,183,90); }

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

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

 span { border-color: rgb(180,183,90); }

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