Html Css Color HEX #B0AD57 Olive Green

📋 copy color: '#B0AD57'

red 176 ◦ green 173 ◦ blue 87

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

Shades of Olive Green #B0AD57

Tints of Olive Green #B0AD57

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.68%

 BLUE value IS 87 (34.38% from 255) = 19.95%

R = 40.37%
G = 39.68%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B0AD57 (or 0xB0AD57) is known color: Olive Green. HEX triplet: B0, AD and 57. RGB value is (176,173,87). Sum of RGB (Red+Green+Blue) = 176+173+87=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD57 is #4F52A8. Grayscale: #A4A4A4. Windows color (decimal): -5198505 or 5746096. OLE color: 5746096.

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

Color convert

RGB 176 173 87 -
CMYK 0 0.02 0.51 0.31
HSL 57.98º 0.36% 0.52% -
HSV(B) 57.98º 0.51% 0.69% -
XYZ 34.57 39.81 14.88 -
YUV 164.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 176 173 87 0 0.02 0.51 0.31 57.98 0.36 0.52
Hex B0 AD 57 0 2 33 1F 3A 24 34
Octal 260 255 127 0 2 63 37 72 44 64
Binary 10110000 10101101 1010111 0 10 110011 11111 111010 100100 110100

Color Harmonies of #B0AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AD57

Black with #B0AD57

Text Example


Text Example

White with #B0AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AD57; }

 p { color: rgb(176,173,87); }

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

background-color css

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

 a { background-color: rgb(176,173,87); }

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

border-color css

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

 span { border-color: rgb(176,173,87); }

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