Html Css Color HEX #AFB941 Celery

📋 copy color: '#AFB941'

red 175 ◦ green 185 ◦ blue 65

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

Shades of Celery #AFB941

Tints of Celery #AFB941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.29%

R = 41.18%
G = 43.53%
B = 15.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#AFB941 (or 0xAFB941) is known color: Celery. HEX triplet: AF, B9 and 41. RGB value is (175,185,65). Sum of RGB (Red+Green+Blue) = 175+185+65=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB941 is #5046BE. Grayscale: #A8A8A8. Windows color (decimal): -5260991 or 4307375. OLE color: 4307375.

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

Color convert

RGB 175 185 65 -
CMYK 0.05 0 0.65 0.27
HSL 65º 0.48% 0.49% -
HSV(B) 65º 0.65% 0.73% -
XYZ 35.98 44.19 11.63 -
YUV 168.33 69.69 132.76 -
System Red Green Blue C M Y K H S L
Decimal 175 185 65 0.05 0 0.65 0.27 65 0.48 0.49
Hex AF B9 41 5 0 41 1B 41 30 31
Octal 257 271 101 5 0 101 33 101 60 61
Binary 10101111 10111001 1000001 101 0 1000001 11011 1000001 110000 110001

Color Harmonies of #AFB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB941

Black with #AFB941

Text Example


Text Example

White with #AFB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB941; }

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

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

background-color css

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

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

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

border-color css

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

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

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