Html Css Color HEX #AFB545 Celery

📋 copy color: '#AFB545'

red 175 ◦ green 181 ◦ blue 69

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

Shades of Celery #AFB545

Tints of Celery #AFB545

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 69 (27.34% from 255) = 16.24%

R = 41.18%
G = 42.59%
B = 16.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#AFB545 (or 0xAFB545) is known color: Celery. HEX triplet: AF, B5 and 45. RGB value is (175,181,69). Sum of RGB (Red+Green+Blue) = 175+181+69=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB545 is #504ABA. Grayscale: #A6A6A6. Windows color (decimal): -5262011 or 4568495. OLE color: 4568495.

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

Color convert

RGB 175 181 69 -
CMYK 0.03 0 0.62 0.29
HSL 63.21º 0.45% 0.49% -
HSV(B) 63.21º 0.62% 0.71% -
XYZ 35.28 42.59 11.99 -
YUV 166.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 175 181 69 0.03 0 0.62 0.29 63.21 0.45 0.49
Hex AF B5 45 3 0 3E 1D 3F 2D 31
Octal 257 265 105 3 0 76 35 77 55 61
Binary 10101111 10110101 1000101 11 0 111110 11101 111111 101101 110001

Color Harmonies of #AFB545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB545

Black with #AFB545

Text Example


Text Example

White with #AFB545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB545; }

 p { color: rgb(175,181,69); }

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

background-color css

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

 a { background-color: rgb(175,181,69); }

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

border-color css

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

 span { border-color: rgb(175,181,69); }

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