Html Css Color HEX #AFB93B Celery

📋 copy color: '#AFB93B'

red 175 ◦ green 185 ◦ blue 59

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

Shades of Celery #AFB93B

Tints of Celery #AFB93B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.15%

 BLUE value IS 59 (23.44% from 255) = 14.08%

R = 41.77%
G = 44.15%
B = 14.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#AFB93B (or 0xAFB93B) is known color: Celery. HEX triplet: AF, B9 and 3B. RGB value is (175,185,59). Sum of RGB (Red+Green+Blue) = 175+185+59=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB93B is #5046C4. Grayscale: #A8A8A8. Windows color (decimal): -5260997 or 3914159. OLE color: 3914159.

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

Color convert

RGB 175 185 59 -
CMYK 0.05 0 0.68 0.27
HSL 64.76º 0.52% 0.48% -
HSV(B) 64.76º 0.68% 0.73% -
XYZ 35.82 44.13 10.77 -
YUV 167.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 175 185 59 0.05 0 0.68 0.27 64.76 0.52 0.48
Hex AF B9 3B 5 0 44 1B 41 34 30
Octal 257 271 73 5 0 104 33 101 64 60
Binary 10101111 10111001 111011 101 0 1000100 11011 1000001 110100 110000

Color Harmonies of #AFB93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB93B

Black with #AFB93B

Text Example


Text Example

White with #AFB93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB93B; }

 p { color: rgb(175,185,59); }

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

background-color css

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

 a { background-color: rgb(175,185,59); }

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

border-color css

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

 span { border-color: rgb(175,185,59); }

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