Html Css Color HEX #AFB94B Celery

📋 copy color: '#AFB94B'

red 175 ◦ green 185 ◦ blue 75

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

Shades of Celery #AFB94B

Tints of Celery #AFB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.24%

R = 40.23%
G = 42.53%
B = 17.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#AFB94B (or 0xAFB94B) is known color: Celery. HEX triplet: AF, B9 and 4B. RGB value is (175,185,75). Sum of RGB (Red+Green+Blue) = 175+185+75=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB94B is #5046B4. Grayscale: #A9A9A9. Windows color (decimal): -5260981 or 4962735. OLE color: 4962735.

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

Color convert

RGB 175 185 75 -
CMYK 0.05 0 0.59 0.27
HSL 65.45º 0.44% 0.51% -
HSV(B) 65.45º 0.59% 0.73% -
XYZ 36.3 44.32 13.3 -
YUV 169.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 175 185 75 0.05 0 0.59 0.27 65.45 0.44 0.51
Hex AF B9 4B 5 0 3B 1B 41 2C 33
Octal 257 271 113 5 0 73 33 101 54 63
Binary 10101111 10111001 1001011 101 0 111011 11011 1000001 101100 110011

Color Harmonies of #AFB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB94B

Black with #AFB94B

Text Example


Text Example

White with #AFB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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