Html Css Color HEX #AFB446 Celery

📋 copy color: '#AFB446'

red 175 ◦ green 180 ◦ blue 70

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

Shades of Celery #AFB446

Tints of Celery #AFB446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 41.18%
G = 42.35%
B = 16.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#AFB446 (or 0xAFB446) is known color: Celery. HEX triplet: AF, B4 and 46. RGB value is (175,180,70). Sum of RGB (Red+Green+Blue) = 175+180+70=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 70 (27.73% from 255 or 16.47% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB446 is #504BB9. Grayscale: #A6A6A6. Windows color (decimal): -5262266 or 4633775. OLE color: 4633775.

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

Color convert

RGB 175 180 70 -
CMYK 0.03 0 0.61 0.29
HSL 62.73º 0.44% 0.49% -
HSV(B) 62.73º 0.61% 0.71% -
XYZ 35.11 42.2 12.09 -
YUV 165.97 73.84 134.44 -
System Red Green Blue C M Y K H S L
Decimal 175 180 70 0.03 0 0.61 0.29 62.73 0.44 0.49
Hex AF B4 46 3 0 3D 1D 3F 2C 31
Octal 257 264 106 3 0 75 35 77 54 61
Binary 10101111 10110100 1000110 11 0 111101 11101 111111 101100 110001

Color Harmonies of #AFB446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB446

Black with #AFB446

Text Example


Text Example

White with #AFB446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB446; }

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

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

background-color css

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

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

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

border-color css

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

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

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