Html Css Color HEX #AFC05C Celery

📋 copy color: '#AFC05C'

red 175 ◦ green 192 ◦ blue 92

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

Shades of Celery #AFC05C

Tints of Celery #AFC05C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 38.13%
G = 41.83%
B = 20.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#AFC05C (or 0xAFC05C) is known color: Celery. HEX triplet: AF, C0 and 5C. RGB value is (175,192,92). Sum of RGB (Red+Green+Blue) = 175+192+92=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC05C is #503FA3. Grayscale: #AFAFAF. Windows color (decimal): -5259172 or 6078639. OLE color: 6078639.

HSL color Cylindrical-coordinate representation of color #AFC05C: hue angle of 70.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC05C is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 92 -
CMYK 0.09 0 0.52 0.25
HSL 70.2º 0.44% 0.56% -
HSV(B) 70.2º 0.52% 0.75% -
XYZ 38.46 47.59 17.28 -
YUV 175.52 80.87 127.63 -
System Red Green Blue C M Y K H S L
Decimal 175 192 92 0.09 0 0.52 0.25 70.2 0.44 0.56
Hex AF C0 5C 9 0 34 19 46 2C 38
Octal 257 300 134 11 0 64 31 106 54 70
Binary 10101111 11000000 1011100 1001 0 110100 11001 1000110 101100 111000

Color Harmonies of #AFC05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC05C

Black with #AFC05C

Text Example


Text Example

White with #AFC05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC05C; }

 p { color: rgb(175,192,92); }

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

background-color css

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

 a { background-color: rgb(175,192,92); }

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

border-color css

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

 span { border-color: rgb(175,192,92); }

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