Html Css Color HEX #AFB256 Olive Green

📋 copy color: '#AFB256'

red 175 ◦ green 178 ◦ blue 86

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

Shades of Olive Green #AFB256

Tints of Olive Green #AFB256

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.55%

 BLUE value IS 86 (33.98% from 255) = 19.59%

R = 39.86%
G = 40.55%
B = 19.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#AFB256 (or 0xAFB256) is known color: Olive Green. HEX triplet: AF, B2 and 56. RGB value is (175,178,86). Sum of RGB (Red+Green+Blue) = 175+178+86=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 86 (33.98% from 255 or 19.59% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB256 is #504DA9. Grayscale: #A6A6A6. Windows color (decimal): -5262762 or 5681839. OLE color: 5681839.

HSL color Cylindrical-coordinate representation of color #AFB256: hue angle of 61.96º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB256 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 86 -
CMYK 0.02 0 0.52 0.30
HSL 61.96º 0.37% 0.52% -
HSV(B) 61.96º 0.52% 0.7% -
XYZ 35.28 41.63 14.98 -
YUV 166.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 175 178 86 0.02 0 0.52 0.30 61.96 0.37 0.52
Hex AF B2 56 2 0 34 1E 3E 25 34
Octal 257 262 126 2 0 64 36 76 45 64
Binary 10101111 10110010 1010110 10 0 110100 11110 111110 100101 110100

Color Harmonies of #AFB256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB256

Black with #AFB256

Text Example


Text Example

White with #AFB256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB256; }

 p { color: rgb(175,178,86); }

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

background-color css

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

 a { background-color: rgb(175,178,86); }

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

border-color css

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

 span { border-color: rgb(175,178,86); }

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