Html Css Color HEX #B4B459 Olive Green

📋 copy color: '#B4B459'

red 180 ◦ green 180 ◦ blue 89

#B4B459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #B4B459

Tints of Olive Green #B4B459

RGB

 RED value IS 180 (70.7% from 255) = 40.09%

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 89 (35.16% from 255) = 19.82%

R = 40.09%
G = 40.09%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B4B459 (or 0xB4B459) is known color: Olive Green. HEX triplet: B4, B4 and 59. RGB value is (180,180,89). Sum of RGB (Red+Green+Blue) = 180+180+89=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B459 is #4B4BA6. Grayscale: #A9A9A9. Windows color (decimal): -4934567 or 5878964. OLE color: 5878964.

HSL color Cylindrical-coordinate representation of color #B4B459: hue angle of 60º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4B459 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 180 89 -
CMYK 0 0 0.51 0.29
HSL 60º 0.38% 0.53% -
HSV(B) 60º 0.51% 0.71% -
XYZ 36.95 43.07 15.82 -
YUV 169.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 180 180 89 0 0 0.51 0.29 60 0.38 0.53
Hex B4 B4 59 0 0 33 1D 3C 26 35
Octal 264 264 131 0 0 63 35 74 46 65
Binary 10110100 10110100 1011001 0 0 110011 11101 111100 100110 110101

Color Harmonies of #B4B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B459

Black with #B4B459

Text Example


Text Example

White with #B4B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B459; }

 p { color: rgb(180,180,89); }

 H1.HeaderClassName
 {
   color: #B4B459;
 }
 .AnyTagClassName
 {
   color: #B4B459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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