Html Css Color HEX #AFBD40 Celery

📋 copy color: '#AFBD40'

red 175 ◦ green 189 ◦ blue 64

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

Shades of Celery #AFBD40

Tints of Celery #AFBD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.16%

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

R = 40.89%
G = 44.16%
B = 14.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#AFBD40 (or 0xAFBD40) is known color: Celery. HEX triplet: AF, BD and 40. RGB value is (175,189,64). Sum of RGB (Red+Green+Blue) = 175+189+64=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD40 is #5042BF. Grayscale: #ABABAB. Windows color (decimal): -5259968 or 4242863. OLE color: 4242863.

HSL color Cylindrical-coordinate representation of color #AFBD40: hue angle of 66.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFBD40 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 64 -
CMYK 0.07 0 0.66 0.26
HSL 66.72º 0.49% 0.5% -
HSV(B) 66.72º 0.66% 0.74% -
XYZ 36.8 45.88 11.77 -
YUV 170.56 67.86 131.16 -
System Red Green Blue C M Y K H S L
Decimal 175 189 64 0.07 0 0.66 0.26 66.72 0.49 0.5
Hex AF BD 40 7 0 42 1A 43 31 32
Octal 257 275 100 7 0 102 32 103 61 62
Binary 10101111 10111101 1000000 111 0 1000010 11010 1000011 110001 110010

Color Harmonies of #AFBD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD40

Black with #AFBD40

Text Example


Text Example

White with #AFBD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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