Html Css Color HEX #AFB346 Celery

📋 copy color: '#AFB346'

red 175 ◦ green 179 ◦ blue 70

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

Shades of Celery #AFB346

Tints of Celery #AFB346

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.22%

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

R = 41.27%
G = 42.22%
B = 16.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#AFB346 (or 0xAFB346) is known color: Celery. HEX triplet: AF, B3 and 46. RGB value is (175,179,70). Sum of RGB (Red+Green+Blue) = 175+179+70=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB346 is #504CB9. Grayscale: #A5A5A5. Windows color (decimal): -5262522 or 4633519. OLE color: 4633519.

HSL color Cylindrical-coordinate representation of color #AFB346: hue angle of 62.2º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFB346 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 70 -
CMYK 0.02 0 0.61 0.30
HSL 62.2º 0.44% 0.49% -
HSV(B) 62.2º 0.61% 0.7% -
XYZ 34.9 41.8 12.02 -
YUV 165.38 74.17 134.86 -
System Red Green Blue C M Y K H S L
Decimal 175 179 70 0.02 0 0.61 0.30 62.2 0.44 0.49
Hex AF B3 46 2 0 3D 1E 3E 2C 31
Octal 257 263 106 2 0 75 36 76 54 61
Binary 10101111 10110011 1000110 10 0 111101 11110 111110 101100 110001

Color Harmonies of #AFB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB346

Black with #AFB346

Text Example


Text Example

White with #AFB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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