Html Css Color HEX #AFBA55 Celery

📋 copy color: '#AFBA55'

red 175 ◦ green 186 ◦ blue 85

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

Shades of Celery #AFBA55

Tints of Celery #AFBA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.06%

R = 39.24%
G = 41.7%
B = 19.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#AFBA55 (or 0xAFBA55) is known color: Celery. HEX triplet: AF, BA and 55. RGB value is (175,186,85). Sum of RGB (Red+Green+Blue) = 175+186+85=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA55 is #5045AA. Grayscale: #ABABAB. Windows color (decimal): -5260715 or 5618351. OLE color: 5618351.

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

Color convert

RGB 175 186 85 -
CMYK 0.06 0 0.54 0.27
HSL 66.53º 0.42% 0.53% -
HSV(B) 66.53º 0.54% 0.73% -
XYZ 36.88 44.89 15.31 -
YUV 171.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 175 186 85 0.06 0 0.54 0.27 66.53 0.42 0.53
Hex AF BA 55 6 0 36 1B 43 2A 35
Octal 257 272 125 6 0 66 33 103 52 65
Binary 10101111 10111010 1010101 110 0 110110 11011 1000011 101010 110101

Color Harmonies of #AFBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA55

Black with #AFBA55

Text Example


Text Example

White with #AFBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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