Html Css Color HEX #B0A852 Olive Green

📋 copy color: '#B0A852'

red 176 ◦ green 168 ◦ blue 82

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

Shades of Olive Green #B0A852

Tints of Olive Green #B0A852

RGB

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

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

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

R = 41.31%
G = 39.44%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B0A852 (or 0xB0A852) is known color: Olive Green. HEX triplet: B0, A8 and 52. RGB value is (176,168,82). Sum of RGB (Red+Green+Blue) = 176+168+82=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 82 (32.42% from 255 or 19.25% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A852 is #4F57AD. Grayscale: #A0A0A0. Windows color (decimal): -5199790 or 5417136. OLE color: 5417136.

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

Color convert

RGB 176 168 82 -
CMYK 0 0.05 0.53 0.31
HSL 54.89º 0.37% 0.51% -
HSV(B) 54.89º 0.53% 0.69% -
XYZ 33.43 37.84 13.53 -
YUV 160.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 176 168 82 0 0.05 0.53 0.31 54.89 0.37 0.51
Hex B0 A8 52 0 5 35 1F 37 25 33
Octal 260 250 122 0 5 65 37 67 45 63
Binary 10110000 10101000 1010010 0 101 110101 11111 110111 100101 110011

Color Harmonies of #B0A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A852

Black with #B0A852

Text Example


Text Example

White with #B0A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A852; }

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

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

background-color css

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

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

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

border-color css

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

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

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