Html Css Color HEX #B4B24D Olive Green

📋 copy color: '#B4B24D'

red 180 ◦ green 178 ◦ blue 77

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

Shades of Olive Green #B4B24D

Tints of Olive Green #B4B24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

 BLUE value IS 77 (30.47% from 255) = 17.7%

R = 41.38%
G = 40.92%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4B24D (or 0xB4B24D) is known color: Olive Green. HEX triplet: B4, B2 and 4D. RGB value is (180,178,77). Sum of RGB (Red+Green+Blue) = 180+178+77=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B24D is #4B4DB2. Grayscale: #A7A7A7. Windows color (decimal): -4935091 or 5092020. OLE color: 5092020.

HSL color Cylindrical-coordinate representation of color #B4B24D: hue angle of 58.83º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4B24D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 178 77 -
CMYK 0 0.01 0.57 0.29
HSL 58.83º 0.41% 0.5% -
HSV(B) 58.83º 0.57% 0.71% -
XYZ 36.08 42.08 13.24 -
YUV 167.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 180 178 77 0 0.01 0.57 0.29 58.83 0.41 0.5
Hex B4 B2 4D 0 1 39 1D 3B 29 32
Octal 264 262 115 0 1 71 35 73 51 62
Binary 10110100 10110010 1001101 0 1 111001 11101 111011 101001 110010

Color Harmonies of #B4B24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B24D

Black with #B4B24D

Text Example


Text Example

White with #B4B24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B24D; }

 p { color: rgb(180,178,77); }

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

background-color css

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

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

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

border-color css

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

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

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