Html Css Color HEX #AFBC56 Celery

📋 copy color: '#AFBC56'

red 175 ◦ green 188 ◦ blue 86

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

Shades of Celery #AFBC56

Tints of Celery #AFBC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.15%

R = 38.98%
G = 41.87%
B = 19.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#AFBC56 (or 0xAFBC56) is known color: Celery. HEX triplet: AF, BC and 56. RGB value is (175,188,86). Sum of RGB (Red+Green+Blue) = 175+188+86=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC56 is #5043A9. Grayscale: #ACACAC. Windows color (decimal): -5260202 or 5684399. OLE color: 5684399.

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

Color convert

RGB 175 188 86 -
CMYK 0.07 0 0.54 0.26
HSL 67.65º 0.43% 0.54% -
HSV(B) 67.65º 0.54% 0.74% -
XYZ 37.34 45.75 15.67 -
YUV 172.49 79.19 129.79 -
System Red Green Blue C M Y K H S L
Decimal 175 188 86 0.07 0 0.54 0.26 67.65 0.43 0.54
Hex AF BC 56 7 0 36 1A 44 2B 36
Octal 257 274 126 7 0 66 32 104 53 66
Binary 10101111 10111100 1010110 111 0 110110 11010 1000100 101011 110110

Color Harmonies of #AFBC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC56

Black with #AFBC56

Text Example


Text Example

White with #AFBC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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