Html Css Color HEX #AFBA40 Celery

📋 copy color: '#AFBA40'

red 175 ◦ green 186 ◦ blue 64

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

Shades of Celery #AFBA40

Tints of Celery #AFBA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.76%

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 41.18%
G = 43.76%
B = 15.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#AFBA40 (or 0xAFBA40) is known color: Celery. HEX triplet: AF, BA and 40. RGB value is (175,186,64). Sum of RGB (Red+Green+Blue) = 175+186+64=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA40 is #5045BF. Grayscale: #A9A9A9. Windows color (decimal): -5260736 or 4242095. OLE color: 4242095.

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

Color convert

RGB 175 186 64 -
CMYK 0.06 0 0.66 0.27
HSL 65.41º 0.49% 0.49% -
HSV(B) 65.41º 0.66% 0.73% -
XYZ 36.16 44.6 11.55 -
YUV 168.8 68.86 132.42 -
System Red Green Blue C M Y K H S L
Decimal 175 186 64 0.06 0 0.66 0.27 65.41 0.49 0.49
Hex AF BA 40 6 0 42 1B 41 31 31
Octal 257 272 100 6 0 102 33 101 61 61
Binary 10101111 10111010 1000000 110 0 1000010 11011 1000001 110001 110001

Color Harmonies of #AFBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA40

Black with #AFBA40

Text Example


Text Example

White with #AFBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA40; }

 p { color: rgb(175,186,64); }

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

background-color css

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

 a { background-color: rgb(175,186,64); }

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

border-color css

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

 span { border-color: rgb(175,186,64); }

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