Html Css Color HEX #AFB83F Celery

📋 copy color: '#AFB83F'

red 175 ◦ green 184 ◦ blue 63

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

Shades of Celery #AFB83F

Tints of Celery #AFB83F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

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

R = 41.47%
G = 43.6%
B = 14.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#AFB83F (or 0xAFB83F) is known color: Celery. HEX triplet: AF, B8 and 3F. RGB value is (175,184,63). Sum of RGB (Red+Green+Blue) = 175+184+63=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB83F is #5047C0. Grayscale: #A7A7A7. Windows color (decimal): -5261249 or 4176047. OLE color: 4176047.

HSL color Cylindrical-coordinate representation of color #AFB83F: hue angle of 64.46º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB83F is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 63 -
CMYK 0.05 0 0.66 0.28
HSL 64.46º 0.49% 0.48% -
HSV(B) 64.46º 0.66% 0.72% -
XYZ 35.72 43.75 11.27 -
YUV 167.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 175 184 63 0.05 0 0.66 0.28 64.46 0.49 0.48
Hex AF B8 3F 5 0 42 1C 40 31 30
Octal 257 270 77 5 0 102 34 100 61 60
Binary 10101111 10111000 111111 101 0 1000010 11100 1000000 110001 110000

Color Harmonies of #AFB83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB83F

Black with #AFB83F

Text Example


Text Example

White with #AFB83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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