Html Css Color HEX #B5B352 Olive Green

📋 copy color: '#B5B352'

red 181 ◦ green 179 ◦ blue 82

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

Shades of Olive Green #B5B352

Tints of Olive Green #B5B352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

 BLUE value IS 82 (32.42% from 255) = 18.55%

R = 40.95%
G = 40.5%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B5B352 (or 0xB5B352) is known color: Olive Green. HEX triplet: B5, B3 and 52. RGB value is (181,179,82). Sum of RGB (Red+Green+Blue) = 181+179+82=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B352 is #4A4CAD. Grayscale: #A8A8A8. Windows color (decimal): -4869294 or 5419957. OLE color: 5419957.

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

Color convert

RGB 181 179 82 -
CMYK 0 0.01 0.55 0.29
HSL 58.79º 0.4% 0.52% -
HSV(B) 58.79º 0.55% 0.71% -
XYZ 36.7 42.67 14.29 -
YUV 168.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 181 179 82 0 0.01 0.55 0.29 58.79 0.4 0.52
Hex B5 B3 52 0 1 37 1D 3B 28 34
Octal 265 263 122 0 1 67 35 73 50 64
Binary 10110101 10110011 1010010 0 1 110111 11101 111011 101000 110100

Color Harmonies of #B5B352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B352

Black with #B5B352

Text Example


Text Example

White with #B5B352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B352; }

 p { color: rgb(181,179,82); }

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

background-color css

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

 a { background-color: rgb(181,179,82); }

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

border-color css

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

 span { border-color: rgb(181,179,82); }

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