Html Css Color HEX #AFB343 Celery

📋 copy color: '#AFB343'

red 175 ◦ green 179 ◦ blue 67

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

Shades of Celery #AFB343

Tints of Celery #AFB343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.91%

R = 41.57%
G = 42.52%
B = 15.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#AFB343 (or 0xAFB343) is known color: Celery. HEX triplet: AF, B3 and 43. RGB value is (175,179,67). Sum of RGB (Red+Green+Blue) = 175+179+67=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB343 is #504CBC. Grayscale: #A5A5A5. Windows color (decimal): -5262525 or 4436911. OLE color: 4436911.

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

Color convert

RGB 175 179 67 -
CMYK 0.02 0 0.63 0.30
HSL 62.14º 0.46% 0.48% -
HSV(B) 62.14º 0.63% 0.7% -
XYZ 34.81 41.76 11.54 -
YUV 165.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 175 179 67 0.02 0 0.63 0.30 62.14 0.46 0.48
Hex AF B3 43 2 0 3F 1E 3E 2E 30
Octal 257 263 103 2 0 77 36 76 56 60
Binary 10101111 10110011 1000011 10 0 111111 11110 111110 101110 110000

Color Harmonies of #AFB343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB343

Black with #AFB343

Text Example


Text Example

White with #AFB343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB343; }

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

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

background-color css

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

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

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

border-color css

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

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

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