Html Css Color HEX #AFB32A Earls Green

📋 copy color: '#AFB32A'

red 175 ◦ green 179 ◦ blue 42

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

Shades of Earls Green #AFB32A

Tints of Earls Green #AFB32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.61%

R = 44.19%
G = 45.2%
B = 10.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#AFB32A (or 0xAFB32A) is known color: Earls Green. HEX triplet: AF, B3 and 2A. RGB value is (175,179,42). Sum of RGB (Red+Green+Blue) = 175+179+42=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB32A is #504CD5. Grayscale: #A2A2A2. Windows color (decimal): -5262550 or 2798511. OLE color: 2798511.

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

Color convert

RGB 175 179 42 -
CMYK 0.02 0 0.77 0.30
HSL 61.75º 0.62% 0.43% -
HSV(B) 61.75º 0.77% 0.7% -
XYZ 34.22 41.52 8.4 -
YUV 162.19 60.17 137.14 -
System Red Green Blue C M Y K H S L
Decimal 175 179 42 0.02 0 0.77 0.30 61.75 0.62 0.43
Hex AF B3 2A 2 0 4D 1E 3E 3E 2B
Octal 257 263 52 2 0 115 36 76 76 53
Binary 10101111 10110011 101010 10 0 1001101 11110 111110 111110 101011

Color Harmonies of #AFB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB32A

Black with #AFB32A

Text Example


Text Example

White with #AFB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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