Html Css Color HEX #B0AB54 Olive Green

📋 copy color: '#B0AB54'

red 176 ◦ green 171 ◦ blue 84

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

Shades of Olive Green #B0AB54

Tints of Olive Green #B0AB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.49%

R = 40.84%
G = 39.68%
B = 19.49%

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

#B0AB54 (or 0xB0AB54) is known color: Olive Green. HEX triplet: B0, AB and 54. RGB value is (176,171,84). Sum of RGB (Red+Green+Blue) = 176+171+84=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB54 is #4F54AB. Grayscale: #A2A2A2. Windows color (decimal): -5199020 or 5548976. OLE color: 5548976.

HSL color Cylindrical-coordinate representation of color #B0AB54: hue angle of 56.74º 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 #B0AB54 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 84 -
CMYK 0 0.03 0.52 0.31
HSL 56.74º 0.37% 0.51% -
HSV(B) 56.74º 0.52% 0.69% -
XYZ 34.07 39 14.12 -
YUV 162.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 176 171 84 0 0.03 0.52 0.31 56.74 0.37 0.51
Hex B0 AB 54 0 3 34 1F 39 25 33
Octal 260 253 124 0 3 64 37 71 45 63
Binary 10110000 10101011 1010100 0 11 110100 11111 111001 100101 110011

Color Harmonies of #B0AB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB54

Black with #B0AB54

Text Example


Text Example

White with #B0AB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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