Html Css Color HEX #B0AB55 Olive Green

📋 copy color: '#B0AB55'

red 176 ◦ green 171 ◦ blue 85

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

Shades of Olive Green #B0AB55

Tints of Olive Green #B0AB55

RGB

 RED value IS 176 (69.14% from 255) = 40.74%

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 40.74%
G = 39.58%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B0AB55 (or 0xB0AB55) is known color: Olive Green. HEX triplet: B0, AB and 55. RGB value is (176,171,85). Sum of RGB (Red+Green+Blue) = 176+171+85=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB55 is #4F54AA. Grayscale: #A3A3A3. Windows color (decimal): -5199019 or 5614512. OLE color: 5614512.

HSL color Cylindrical-coordinate representation of color #B0AB55: hue angle of 56.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0AB55 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 85 -
CMYK 0 0.03 0.52 0.31
HSL 56.7º 0.37% 0.51% -
HSV(B) 56.7º 0.52% 0.69% -
XYZ 34.11 39.01 14.33 -
YUV 162.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 176 171 85 0 0.03 0.52 0.31 56.7 0.37 0.51
Hex B0 AB 55 0 3 34 1F 39 25 33
Octal 260 253 125 0 3 64 37 71 45 63
Binary 10110000 10101011 1010101 0 11 110100 11111 111001 100101 110011

Color Harmonies of #B0AB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB55

Black with #B0AB55

Text Example


Text Example

White with #B0AB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB55; }

 p { color: rgb(176,171,85); }

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

background-color css

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

 a { background-color: rgb(176,171,85); }

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

border-color css

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

 span { border-color: rgb(176,171,85); }

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