Html Css Color HEX #AFB344 Celery

📋 copy color: '#AFB344'

red 175 ◦ green 179 ◦ blue 68

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

Shades of Celery #AFB344

Tints of Celery #AFB344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.11%

R = 41.47%
G = 42.42%
B = 16.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#AFB344 (or 0xAFB344) is known color: Celery. HEX triplet: AF, B3 and 44. RGB value is (175,179,68). Sum of RGB (Red+Green+Blue) = 175+179+68=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB344 is #504CBB. Grayscale: #A5A5A5. Windows color (decimal): -5262524 or 4502447. OLE color: 4502447.

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

Color convert

RGB 175 179 68 -
CMYK 0.02 0 0.62 0.30
HSL 62.16º 0.45% 0.48% -
HSV(B) 62.16º 0.62% 0.7% -
XYZ 34.84 41.77 11.7 -
YUV 165.15 73.17 135.03 -
System Red Green Blue C M Y K H S L
Decimal 175 179 68 0.02 0 0.62 0.30 62.16 0.45 0.48
Hex AF B3 44 2 0 3E 1E 3E 2D 30
Octal 257 263 104 2 0 76 36 76 55 60
Binary 10101111 10110011 1000100 10 0 111110 11110 111110 101101 110000

Color Harmonies of #AFB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB344

Black with #AFB344

Text Example


Text Example

White with #AFB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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