Html Css Color HEX #AFB65C Olive Green

📋 copy color: '#AFB65C'

red 175 ◦ green 182 ◦ blue 92

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

Shades of Olive Green #AFB65C

Tints of Olive Green #AFB65C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.53%

 BLUE value IS 92 (36.33% from 255) = 20.49%

R = 38.98%
G = 40.53%
B = 20.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#AFB65C (or 0xAFB65C) is known color: Olive Green. HEX triplet: AF, B6 and 5C. RGB value is (175,182,92). Sum of RGB (Red+Green+Blue) = 175+182+92=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB65C is #5049A3. Grayscale: #AAAAAA. Windows color (decimal): -5261732 or 6076079. OLE color: 6076079.

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

Color convert

RGB 175 182 92 -
CMYK 0.04 0 0.49 0.29
HSL 64.67º 0.38% 0.54% -
HSV(B) 64.67º 0.49% 0.71% -
XYZ 36.34 43.34 16.58 -
YUV 169.65 84.18 131.82 -
System Red Green Blue C M Y K H S L
Decimal 175 182 92 0.04 0 0.49 0.29 64.67 0.38 0.54
Hex AF B6 5C 4 0 31 1D 41 26 36
Octal 257 266 134 4 0 61 35 101 46 66
Binary 10101111 10110110 1011100 100 0 110001 11101 1000001 100110 110110

Color Harmonies of #AFB65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB65C

Black with #AFB65C

Text Example


Text Example

White with #AFB65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB65C; }

 p { color: rgb(175,182,92); }

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

background-color css

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

 a { background-color: rgb(175,182,92); }

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

border-color css

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

 span { border-color: rgb(175,182,92); }

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