Html Css Color HEX #AFB746 Celery

📋 copy color: '#AFB746'

red 175 ◦ green 183 ◦ blue 70

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

Shades of Celery #AFB746

Tints of Celery #AFB746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.76%

 BLUE value IS 70 (27.73% from 255) = 16.36%

R = 40.89%
G = 42.76%
B = 16.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#AFB746 (or 0xAFB746) is known color: Celery. HEX triplet: AF, B7 and 46. RGB value is (175,183,70). Sum of RGB (Red+Green+Blue) = 175+183+70=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB746 is #5048B9. Grayscale: #A8A8A8. Windows color (decimal): -5261498 or 4634543. OLE color: 4634543.

HSL color Cylindrical-coordinate representation of color #AFB746: hue angle of 64.25º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB746 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 70 -
CMYK 0.04 0 0.62 0.28
HSL 64.25º 0.45% 0.5% -
HSV(B) 64.25º 0.62% 0.72% -
XYZ 35.72 43.42 12.29 -
YUV 167.73 72.85 133.19 -
System Red Green Blue C M Y K H S L
Decimal 175 183 70 0.04 0 0.62 0.28 64.25 0.45 0.5
Hex AF B7 46 4 0 3E 1C 40 2D 32
Octal 257 267 106 4 0 76 34 100 55 62
Binary 10101111 10110111 1000110 100 0 111110 11100 1000000 101101 110010

Color Harmonies of #AFB746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB746

Black with #AFB746

Text Example


Text Example

White with #AFB746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB746; }

 p { color: rgb(175,183,70); }

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

background-color css

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

 a { background-color: rgb(175,183,70); }

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

border-color css

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

 span { border-color: rgb(175,183,70); }

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