Html Css Color HEX #B6AE58 Olive Green

📋 copy color: '#B6AE58'

red 182 ◦ green 174 ◦ blue 88

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

Shades of Olive Green #B6AE58

Tints of Olive Green #B6AE58

RGB

 RED value IS 182 (71.48% from 255) = 40.99%

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

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

R = 40.99%
G = 39.19%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B6AE58 (or 0xB6AE58) is known color: Olive Green. HEX triplet: B6, AE and 58. RGB value is (182,174,88). Sum of RGB (Red+Green+Blue) = 182+174+88=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE58 is #4951A7. Grayscale: #A6A6A6. Windows color (decimal): -4805032 or 5811894. OLE color: 5811894.

HSL color Cylindrical-coordinate representation of color #B6AE58: hue angle of 54.89º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6AE58 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 174 88 -
CMYK 0 0.04 0.52 0.29
HSL 54.89º 0.39% 0.53% -
HSV(B) 54.89º 0.52% 0.71% -
XYZ 36.19 40.92 15.22 -
YUV 166.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 182 174 88 0 0.04 0.52 0.29 54.89 0.39 0.53
Hex B6 AE 58 0 4 34 1D 37 27 35
Octal 266 256 130 0 4 64 35 67 47 65
Binary 10110110 10101110 1011000 0 100 110100 11101 110111 100111 110101

Color Harmonies of #B6AE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AE58

Black with #B6AE58

Text Example


Text Example

White with #B6AE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AE58; }

 p { color: rgb(182,174,88); }

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

background-color css

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

 a { background-color: rgb(182,174,88); }

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

border-color css

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

 span { border-color: rgb(182,174,88); }

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