Html Css Color HEX #B0A858 Olive Green

📋 copy color: '#B0A858'

red 176 ◦ green 168 ◦ blue 88

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

Shades of Olive Green #B0A858

Tints of Olive Green #B0A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 40.74%
G = 38.89%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B0A858 (or 0xB0A858) is known color: Olive Green. HEX triplet: B0, A8 and 58. RGB value is (176,168,88). Sum of RGB (Red+Green+Blue) = 176+168+88=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A858 is #4F57A7. Grayscale: #A1A1A1. Windows color (decimal): -5199784 or 5810352. OLE color: 5810352.

HSL color Cylindrical-coordinate representation of color #B0A858: hue angle of 54.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0A858 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 88 -
CMYK 0 0.05 0.50 0.31
HSL 54.55º 0.36% 0.52% -
HSV(B) 54.55º 0.5% 0.69% -
XYZ 33.67 37.94 14.78 -
YUV 161.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 176 168 88 0 0.05 0.50 0.31 54.55 0.36 0.52
Hex B0 A8 58 0 5 32 1F 37 24 34
Octal 260 250 130 0 5 62 37 67 44 64
Binary 10110000 10101000 1011000 0 101 110010 11111 110111 100100 110100

Color Harmonies of #B0A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A858

Black with #B0A858

Text Example


Text Example

White with #B0A858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A858; }

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

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

background-color css

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

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

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

border-color css

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

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

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