Html Css Color HEX #AFB24A Celery

📋 copy color: '#AFB24A'

red 175 ◦ green 178 ◦ blue 74

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

Shades of Celery #AFB24A

Tints of Celery #AFB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.69%

 BLUE value IS 74 (29.3% from 255) = 17.33%

R = 40.98%
G = 41.69%
B = 17.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#AFB24A (or 0xAFB24A) is known color: Celery. HEX triplet: AF, B2 and 4A. RGB value is (175,178,74). Sum of RGB (Red+Green+Blue) = 175+178+74=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB24A is #504DB5. Grayscale: #A5A5A5. Windows color (decimal): -5262774 or 4895407. OLE color: 4895407.

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

Color convert

RGB 175 178 74 -
CMYK 0.02 0 0.58 0.30
HSL 61.73º 0.41% 0.49% -
HSV(B) 61.73º 0.58% 0.7% -
XYZ 34.84 41.45 12.64 -
YUV 165.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 175 178 74 0.02 0 0.58 0.30 61.73 0.41 0.49
Hex AF B2 4A 2 0 3A 1E 3E 29 31
Octal 257 262 112 2 0 72 36 76 51 61
Binary 10101111 10110010 1001010 10 0 111010 11110 111110 101001 110001

Color Harmonies of #AFB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB24A

Black with #AFB24A

Text Example


Text Example

White with #AFB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB24A; }

 p { color: rgb(175,178,74); }

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

background-color css

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

 a { background-color: rgb(175,178,74); }

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

border-color css

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

 span { border-color: rgb(175,178,74); }

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