Html Css Color HEX #AFBE44 Celery

📋 copy color: '#AFBE44'

red 175 ◦ green 190 ◦ blue 68

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

Shades of Celery #AFBE44

Tints of Celery #AFBE44

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.88%

 BLUE value IS 68 (26.95% from 255) = 15.7%

R = 40.42%
G = 43.88%
B = 15.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#AFBE44 (or 0xAFBE44) is known color: Celery. HEX triplet: AF, BE and 44. RGB value is (175,190,68). Sum of RGB (Red+Green+Blue) = 175+190+68=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE44 is #5041BB. Grayscale: #ACACAC. Windows color (decimal): -5259708 or 4505263. OLE color: 4505263.

HSL color Cylindrical-coordinate representation of color #AFBE44: hue angle of 67.38º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFBE44 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 68 -
CMYK 0.08 0 0.64 0.25
HSL 67.38º 0.48% 0.51% -
HSV(B) 67.38º 0.64% 0.75% -
XYZ 37.14 46.36 12.46 -
YUV 171.61 69.53 130.42 -
System Red Green Blue C M Y K H S L
Decimal 175 190 68 0.08 0 0.64 0.25 67.38 0.48 0.51
Hex AF BE 44 8 0 40 19 43 30 33
Octal 257 276 104 10 0 100 31 103 60 63
Binary 10101111 10111110 1000100 1000 0 1000000 11001 1000011 110000 110011

Color Harmonies of #AFBE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBE44

Black with #AFBE44

Text Example


Text Example

White with #AFBE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBE44; }

 p { color: rgb(175,190,68); }

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

background-color css

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

 a { background-color: rgb(175,190,68); }

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

border-color css

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

 span { border-color: rgb(175,190,68); }

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