Html Css Color HEX #B0AE59 Olive Green

📋 copy color: '#B0AE59'

red 176 ◦ green 174 ◦ blue 89

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

Shades of Olive Green #B0AE59

Tints of Olive Green #B0AE59

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.64%

 BLUE value IS 89 (35.16% from 255) = 20.27%

R = 40.09%
G = 39.64%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0AE59 (or 0xB0AE59) is known color: Olive Green. HEX triplet: B0, AE and 59. RGB value is (176,174,89). Sum of RGB (Red+Green+Blue) = 176+174+89=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE59 is #4F51A6. Grayscale: #A5A5A5. Windows color (decimal): -5198247 or 5877424. OLE color: 5877424.

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

Color convert

RGB 176 174 89 -
CMYK 0 0.01 0.49 0.31
HSL 58.62º 0.36% 0.52% -
HSV(B) 58.62º 0.49% 0.69% -
XYZ 34.84 40.22 15.38 -
YUV 164.91 85.16 135.91 -
System Red Green Blue C M Y K H S L
Decimal 176 174 89 0 0.01 0.49 0.31 58.62 0.36 0.52
Hex B0 AE 59 0 1 31 1F 3B 24 34
Octal 260 256 131 0 1 61 37 73 44 64
Binary 10110000 10101110 1011001 0 1 110001 11111 111011 100100 110100

Color Harmonies of #B0AE59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AE59

Black with #B0AE59

Text Example


Text Example

White with #B0AE59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AE59; }

 p { color: rgb(176,174,89); }

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

background-color css

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

 a { background-color: rgb(176,174,89); }

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

border-color css

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

 span { border-color: rgb(176,174,89); }

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