Html Css Color HEX #AFB32E Earls Green

📋 copy color: '#AFB32E'

red 175 ◦ green 179 ◦ blue 46

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

Shades of Earls Green #AFB32E

Tints of Earls Green #AFB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.5%

R = 43.75%
G = 44.75%
B = 11.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#AFB32E (or 0xAFB32E) is known color: Earls Green. HEX triplet: AF, B3 and 2E. RGB value is (175,179,46). Sum of RGB (Red+Green+Blue) = 175+179+46=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB32E is #504CD1. Grayscale: #A3A3A3. Windows color (decimal): -5262546 or 3060655. OLE color: 3060655.

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

Color convert

RGB 175 179 46 -
CMYK 0.02 0 0.74 0.30
HSL 61.8º 0.59% 0.44% -
HSV(B) 61.8º 0.74% 0.7% -
XYZ 34.29 41.55 8.8 -
YUV 162.64 62.17 136.81 -
System Red Green Blue C M Y K H S L
Decimal 175 179 46 0.02 0 0.74 0.30 61.8 0.59 0.44
Hex AF B3 2E 2 0 4A 1E 3E 3B 2C
Octal 257 263 56 2 0 112 36 76 73 54
Binary 10101111 10110011 101110 10 0 1001010 11110 111110 111011 101100

Color Harmonies of #AFB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB32E

Black with #AFB32E

Text Example


Text Example

White with #AFB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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