Html Css Color HEX #AFBC44 Celery

📋 copy color: '#AFBC44'

red 175 ◦ green 188 ◦ blue 68

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

Shades of Celery #AFBC44

Tints of Celery #AFBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.62%

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

R = 40.6%
G = 43.62%
B = 15.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#AFBC44 (or 0xAFBC44) is known color: Celery. HEX triplet: AF, BC and 44. RGB value is (175,188,68). Sum of RGB (Red+Green+Blue) = 175+188+68=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 68 (26.95% from 255 or 15.78% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC44 is #5043BB. Grayscale: #AAAAAA. Windows color (decimal): -5260220 or 4504751. OLE color: 4504751.

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

Color convert

RGB 175 188 68 -
CMYK 0.07 0 0.64 0.26
HSL 66.5º 0.47% 0.5% -
HSV(B) 66.5º 0.64% 0.74% -
XYZ 36.71 45.5 12.32 -
YUV 170.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 175 188 68 0.07 0 0.64 0.26 66.5 0.47 0.5
Hex AF BC 44 7 0 40 1A 42 2F 32
Octal 257 274 104 7 0 100 32 102 57 62
Binary 10101111 10111100 1000100 111 0 1000000 11010 1000010 101111 110010

Color Harmonies of #AFBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC44

Black with #AFBC44

Text Example


Text Example

White with #AFBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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