Html Css Color HEX #AFB458 Olive Green

📋 copy color: '#AFB458'

red 175 ◦ green 180 ◦ blue 88

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

Shades of Olive Green #AFB458

Tints of Olive Green #AFB458

RGB

 RED value IS 175 (68.75% from 255) = 39.5%

 GREEN value IS 180 (70.7% from 255) = 40.63%

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

R = 39.5%
G = 40.63%
B = 19.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#AFB458 (or 0xAFB458) is known color: Olive Green. HEX triplet: AF, B4 and 58. RGB value is (175,180,88). Sum of RGB (Red+Green+Blue) = 175+180+88=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB458 is #504BA7. Grayscale: #A8A8A8. Windows color (decimal): -5262248 or 5813423. OLE color: 5813423.

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

Color convert

RGB 175 180 88 -
CMYK 0.03 0 0.51 0.29
HSL 63.26º 0.38% 0.53% -
HSV(B) 63.26º 0.51% 0.71% -
XYZ 35.76 42.46 15.54 -
YUV 168.02 82.84 132.98 -
System Red Green Blue C M Y K H S L
Decimal 175 180 88 0.03 0 0.51 0.29 63.26 0.38 0.53
Hex AF B4 58 3 0 33 1D 3F 26 35
Octal 257 264 130 3 0 63 35 77 46 65
Binary 10101111 10110100 1011000 11 0 110011 11101 111111 100110 110101

Color Harmonies of #AFB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB458

Black with #AFB458

Text Example


Text Example

White with #AFB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB458; }

 p { color: rgb(175,180,88); }

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

background-color css

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

 a { background-color: rgb(175,180,88); }

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

border-color css

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

 span { border-color: rgb(175,180,88); }

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