Html Css Color HEX #AFB353 Olive Green

📋 copy color: '#AFB353'

red 175 ◦ green 179 ◦ blue 83

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

Shades of Olive Green #AFB353

Tints of Olive Green #AFB353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 83 (32.81% from 255) = 18.99%

R = 40.05%
G = 40.96%
B = 18.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#AFB353 (or 0xAFB353) is known color: Olive Green. HEX triplet: AF, B3 and 53. RGB value is (175,179,83). Sum of RGB (Red+Green+Blue) = 175+179+83=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB353 is #504CAC. Grayscale: #A7A7A7. Windows color (decimal): -5262509 or 5485487. OLE color: 5485487.

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

Color convert

RGB 175 179 83 -
CMYK 0.02 0 0.54 0.30
HSL 62.5º 0.39% 0.51% -
HSV(B) 62.5º 0.54% 0.7% -
XYZ 35.36 41.98 14.42 -
YUV 166.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 175 179 83 0.02 0 0.54 0.30 62.5 0.39 0.51
Hex AF B3 53 2 0 36 1E 3F 27 33
Octal 257 263 123 2 0 66 36 77 47 63
Binary 10101111 10110011 1010011 10 0 110110 11110 111111 100111 110011

Color Harmonies of #AFB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB353

Black with #AFB353

Text Example


Text Example

White with #AFB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB353; }

 p { color: rgb(175,179,83); }

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

background-color css

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

 a { background-color: rgb(175,179,83); }

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

border-color css

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

 span { border-color: rgb(175,179,83); }

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