Html Css Color HEX #B5B464 Olive Green

📋 copy color: '#B5B464'

red 181 ◦ green 180 ◦ blue 100

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

Shades of Olive Green #B5B464

Tints of Olive Green #B5B464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.69%

R = 39.26%
G = 39.05%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B5B464 (or 0xB5B464) is known color: Olive Green. HEX triplet: B5, B4 and 64. RGB value is (181,180,100). Sum of RGB (Red+Green+Blue) = 181+180+100=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B464 is #4A4B9B. Grayscale: #ABABAB. Windows color (decimal): -4869020 or 6599861. OLE color: 6599861.

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

Color convert

RGB 181 180 100 -
CMYK 0 0.01 0.45 0.29
HSL 59.26º 0.35% 0.55% -
HSV(B) 59.26º 0.45% 0.71% -
XYZ 37.68 43.39 18.45 -
YUV 171.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 181 180 100 0 0.01 0.45 0.29 59.26 0.35 0.55
Hex B5 B4 64 0 1 2D 1D 3B 23 37
Octal 265 264 144 0 1 55 35 73 43 67
Binary 10110101 10110100 1100100 0 1 101101 11101 111011 100011 110111

Color Harmonies of #B5B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B464

Black with #B5B464

Text Example


Text Example

White with #B5B464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B464; }

 p { color: rgb(181,180,100); }

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

background-color css

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

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

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

border-color css

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

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

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