Html Css Color HEX #AFB83A Celery

📋 copy color: '#AFB83A'

red 175 ◦ green 184 ◦ blue 58

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

Shades of Celery #AFB83A

Tints of Celery #AFB83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 41.97%
G = 44.12%
B = 13.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#AFB83A (or 0xAFB83A) is known color: Celery. HEX triplet: AF, B8 and 3A. RGB value is (175,184,58). Sum of RGB (Red+Green+Blue) = 175+184+58=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB83A is #5047C5. Grayscale: #A7A7A7. Windows color (decimal): -5261254 or 3848367. OLE color: 3848367.

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

Color convert

RGB 175 184 58 -
CMYK 0.05 0 0.68 0.28
HSL 64.29º 0.52% 0.47% -
HSV(B) 64.29º 0.68% 0.72% -
XYZ 35.58 43.7 10.56 -
YUV 166.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 175 184 58 0.05 0 0.68 0.28 64.29 0.52 0.47
Hex AF B8 3A 5 0 44 1C 40 34 2F
Octal 257 270 72 5 0 104 34 100 64 57
Binary 10101111 10111000 111010 101 0 1000100 11100 1000000 110100 101111

Color Harmonies of #AFB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB83A

Black with #AFB83A

Text Example


Text Example

White with #AFB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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