Html Css Color HEX #B5B058 Olive Green

📋 copy color: '#B5B058'

red 181 ◦ green 176 ◦ blue 88

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

Shades of Olive Green #B5B058

Tints of Olive Green #B5B058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.55%

 BLUE value IS 88 (34.77% from 255) = 19.78%

R = 40.67%
G = 39.55%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B5B058 (or 0xB5B058) is known color: Olive Green. HEX triplet: B5, B0 and 58. RGB value is (181,176,88). Sum of RGB (Red+Green+Blue) = 181+176+88=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B058 is #4A4FA7. Grayscale: #A7A7A7. Windows color (decimal): -4870056 or 5812405. OLE color: 5812405.

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

Color convert

RGB 181 176 88 -
CMYK 0 0.03 0.51 0.29
HSL 56.77º 0.39% 0.53% -
HSV(B) 56.77º 0.51% 0.71% -
XYZ 36.34 41.58 15.34 -
YUV 167.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 181 176 88 0 0.03 0.51 0.29 56.77 0.39 0.53
Hex B5 B0 58 0 3 33 1D 39 27 35
Octal 265 260 130 0 3 63 35 71 47 65
Binary 10110101 10110000 1011000 0 11 110011 11101 111001 100111 110101

Color Harmonies of #B5B058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B058

Black with #B5B058

Text Example


Text Example

White with #B5B058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B058; }

 p { color: rgb(181,176,88); }

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

background-color css

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

 a { background-color: rgb(181,176,88); }

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

border-color css

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

 span { border-color: rgb(181,176,88); }

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