Html Css Color HEX #B5B24F Olive Green

📋 copy color: '#B5B24F'

red 181 ◦ green 178 ◦ blue 79

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

Shades of Olive Green #B5B24F

Tints of Olive Green #B5B24F

RGB

 RED value IS 181 (71.09% from 255) = 41.32%

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 41.32%
G = 40.64%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B5B24F (or 0xB5B24F) is known color: Olive Green. HEX triplet: B5, B2 and 4F. RGB value is (181,178,79). Sum of RGB (Red+Green+Blue) = 181+178+79=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B24F is #4A4DB0. Grayscale: #A8A8A8. Windows color (decimal): -4869553 or 5223093. OLE color: 5223093.

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

Color convert

RGB 181 178 79 -
CMYK 0 0.02 0.56 0.29
HSL 58.24º 0.41% 0.51% -
HSV(B) 58.24º 0.56% 0.71% -
XYZ 36.39 42.23 13.63 -
YUV 167.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 181 178 79 0 0.02 0.56 0.29 58.24 0.41 0.51
Hex B5 B2 4F 0 2 38 1D 3A 29 33
Octal 265 262 117 0 2 70 35 72 51 63
Binary 10110101 10110010 1001111 0 10 111000 11101 111010 101001 110011

Color Harmonies of #B5B24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B24F

Black with #B5B24F

Text Example


Text Example

White with #B5B24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B24F; }

 p { color: rgb(181,178,79); }

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

background-color css

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

 a { background-color: rgb(181,178,79); }

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

border-color css

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

 span { border-color: rgb(181,178,79); }

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