Html Css Color HEX #AFB63F Celery

📋 copy color: '#AFB63F'

red 175 ◦ green 182 ◦ blue 63

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

Shades of Celery #AFB63F

Tints of Celery #AFB63F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 41.67%
G = 43.33%
B = 15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#AFB63F (or 0xAFB63F) is known color: Celery. HEX triplet: AF, B6 and 3F. RGB value is (175,182,63). Sum of RGB (Red+Green+Blue) = 175+182+63=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB63F is #5049C0. Grayscale: #A6A6A6. Windows color (decimal): -5261761 or 4175535. OLE color: 4175535.

HSL color Cylindrical-coordinate representation of color #AFB63F: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFB63F is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 63 -
CMYK 0.04 0 0.65 0.29
HSL 63.53º 0.49% 0.48% -
HSV(B) 63.53º 0.65% 0.71% -
XYZ 35.3 42.93 11.13 -
YUV 166.34 69.68 134.18 -
System Red Green Blue C M Y K H S L
Decimal 175 182 63 0.04 0 0.65 0.29 63.53 0.49 0.48
Hex AF B6 3F 4 0 41 1D 40 31 30
Octal 257 266 77 4 0 101 35 100 61 60
Binary 10101111 10110110 111111 100 0 1000001 11101 1000000 110001 110000

Color Harmonies of #AFB63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB63F

Black with #AFB63F

Text Example


Text Example

White with #AFB63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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