Html Css Color HEX #AFBC50 Celery

📋 copy color: '#AFBC50'

red 175 ◦ green 188 ◦ blue 80

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

Shades of Celery #AFBC50

Tints of Celery #AFBC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 39.5%
G = 42.44%
B = 18.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#AFBC50 (or 0xAFBC50) is known color: Celery. HEX triplet: AF, BC and 50. RGB value is (175,188,80). Sum of RGB (Red+Green+Blue) = 175+188+80=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC50 is #5043AF. Grayscale: #ACACAC. Windows color (decimal): -5260208 or 5291183. OLE color: 5291183.

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

Color convert

RGB 175 188 80 -
CMYK 0.07 0 0.57 0.26
HSL 67.22º 0.45% 0.53% -
HSV(B) 67.22º 0.57% 0.74% -
XYZ 37.11 45.66 14.45 -
YUV 171.8 76.19 130.28 -
System Red Green Blue C M Y K H S L
Decimal 175 188 80 0.07 0 0.57 0.26 67.22 0.45 0.53
Hex AF BC 50 7 0 39 1A 43 2D 35
Octal 257 274 120 7 0 71 32 103 55 65
Binary 10101111 10111100 1010000 111 0 111001 11010 1000011 101101 110101

Color Harmonies of #AFBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC50

Black with #AFBC50

Text Example


Text Example

White with #AFBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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