Html Css Color HEX #B5B259 Olive Green

📋 copy color: '#B5B259'

red 181 ◦ green 178 ◦ blue 89

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

Shades of Olive Green #B5B259

Tints of Olive Green #B5B259

RGB

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

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

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

R = 40.4%
G = 39.73%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B5B259 (or 0xB5B259) is known color: Olive Green. HEX triplet: B5, B2 and 59. RGB value is (181,178,89). Sum of RGB (Red+Green+Blue) = 181+178+89=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B259 is #4A4DA6. Grayscale: #A9A9A9. Windows color (decimal): -4869543 or 5878453. OLE color: 5878453.

HSL color Cylindrical-coordinate representation of color #B5B259: hue angle of 58.04º 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 #B5B259 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 178 89 -
CMYK 0 0.02 0.51 0.29
HSL 58.04º 0.38% 0.53% -
HSV(B) 58.04º 0.51% 0.71% -
XYZ 36.78 42.39 15.69 -
YUV 168.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 181 178 89 0 0.02 0.51 0.29 58.04 0.38 0.53
Hex B5 B2 59 0 2 33 1D 3A 26 35
Octal 265 262 131 0 2 63 35 72 46 65
Binary 10110101 10110010 1011001 0 10 110011 11101 111010 100110 110101

Color Harmonies of #B5B259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B259

Black with #B5B259

Text Example


Text Example

White with #B5B259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B259; }

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

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

background-color css

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

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

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

border-color css

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

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

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