Html Css Color HEX #AFB93D Celery

📋 copy color: '#AFB93D'

red 175 ◦ green 185 ◦ blue 61

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

Shades of Celery #AFB93D

Tints of Celery #AFB93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.49%

R = 41.57%
G = 43.94%
B = 14.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#AFB93D (or 0xAFB93D) is known color: Celery. HEX triplet: AF, B9 and 3D. RGB value is (175,185,61). Sum of RGB (Red+Green+Blue) = 175+185+61=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB93D is #5046C2. Grayscale: #A8A8A8. Windows color (decimal): -5260995 or 4045231. OLE color: 4045231.

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

Color convert

RGB 175 185 61 -
CMYK 0.05 0 0.67 0.27
HSL 64.84º 0.5% 0.48% -
HSV(B) 64.84º 0.67% 0.73% -
XYZ 35.87 44.15 11.05 -
YUV 167.87 67.69 133.08 -
System Red Green Blue C M Y K H S L
Decimal 175 185 61 0.05 0 0.67 0.27 64.84 0.5 0.48
Hex AF B9 3D 5 0 43 1B 41 32 30
Octal 257 271 75 5 0 103 33 101 62 60
Binary 10101111 10111001 111101 101 0 1000011 11011 1000001 110010 110000

Color Harmonies of #AFB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB93D

Black with #AFB93D

Text Example


Text Example

White with #AFB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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