Html Css Color HEX #AFBC3F Celery

📋 copy color: '#AFBC3F'

red 175 ◦ green 188 ◦ blue 63

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

Shades of Celery #AFBC3F

Tints of Celery #AFBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.79%

R = 41.08%
G = 44.13%
B = 14.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#AFBC3F (or 0xAFBC3F) is known color: Celery. HEX triplet: AF, BC and 3F. RGB value is (175,188,63). Sum of RGB (Red+Green+Blue) = 175+188+63=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC3F is #5043C0. Grayscale: #AAAAAA. Windows color (decimal): -5260225 or 4177071. OLE color: 4177071.

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

Color convert

RGB 175 188 63 -
CMYK 0.07 0 0.66 0.26
HSL 66.24º 0.5% 0.49% -
HSV(B) 66.24º 0.66% 0.74% -
XYZ 36.56 45.44 11.55 -
YUV 169.86 67.69 131.66 -
System Red Green Blue C M Y K H S L
Decimal 175 188 63 0.07 0 0.66 0.26 66.24 0.5 0.49
Hex AF BC 3F 7 0 42 1A 42 32 31
Octal 257 274 77 7 0 102 32 102 62 61
Binary 10101111 10111100 111111 111 0 1000010 11010 1000010 110010 110001

Color Harmonies of #AFBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBC3F

Black with #AFBC3F

Text Example


Text Example

White with #AFBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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