Html Css Color HEX #AFB83E Celery

📋 copy color: '#AFB83E'

red 175 ◦ green 184 ◦ blue 62

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

Shades of Celery #AFB83E

Tints of Celery #AFB83E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.73%

R = 41.57%
G = 43.71%
B = 14.73%

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

#AFB83E (or 0xAFB83E) is known color: Celery. HEX triplet: AF, B8 and 3E. RGB value is (175,184,62). Sum of RGB (Red+Green+Blue) = 175+184+62=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB83E is #5047C1. Grayscale: #A7A7A7. Windows color (decimal): -5261250 or 4110511. OLE color: 4110511.

HSL color Cylindrical-coordinate representation of color #AFB83E: hue angle of 64.43º degrees, saturation: 0.5, 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 #AFB83E is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 62 -
CMYK 0.05 0 0.66 0.28
HSL 64.43º 0.5% 0.48% -
HSV(B) 64.43º 0.66% 0.72% -
XYZ 35.69 43.74 11.12 -
YUV 167.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 175 184 62 0.05 0 0.66 0.28 64.43 0.5 0.48
Hex AF B8 3E 5 0 42 1C 40 32 30
Octal 257 270 76 5 0 102 34 100 62 60
Binary 10101111 10111000 111110 101 0 1000010 11100 1000000 110010 110000

Color Harmonies of #AFB83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB83E

Black with #AFB83E

Text Example


Text Example

White with #AFB83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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