Html Css Color HEX #AFB962 Olive Green

📋 copy color: '#AFB962'

red 175 ◦ green 185 ◦ blue 98

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

Shades of Olive Green #AFB962

Tints of Olive Green #AFB962

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.39%

 BLUE value IS 98 (38.67% from 255) = 21.4%

R = 38.21%
G = 40.39%
B = 21.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#AFB962 (or 0xAFB962) is known color: Olive Green. HEX triplet: AF, B9 and 62. RGB value is (175,185,98). Sum of RGB (Red+Green+Blue) = 175+185+98=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB962 is #50469D. Grayscale: #ACACAC. Windows color (decimal): -5260958 or 6470063. OLE color: 6470063.

HSL color Cylindrical-coordinate representation of color #AFB962: hue angle of 66.9º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFB962 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 98 -
CMYK 0.05 0 0.47 0.27
HSL 66.9º 0.38% 0.55% -
HSV(B) 66.9º 0.47% 0.73% -
XYZ 37.23 44.69 18.22 -
YUV 172.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 175 185 98 0.05 0 0.47 0.27 66.9 0.38 0.55
Hex AF B9 62 5 0 2F 1B 43 26 37
Octal 257 271 142 5 0 57 33 103 46 67
Binary 10101111 10111001 1100010 101 0 101111 11011 1000011 100110 110111

Color Harmonies of #AFB962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB962

Black with #AFB962

Text Example


Text Example

White with #AFB962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB962; }

 p { color: rgb(175,185,98); }

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

background-color css

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

 a { background-color: rgb(175,185,98); }

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

border-color css

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

 span { border-color: rgb(175,185,98); }

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