Html Css Color HEX #AFB945 Celery

📋 copy color: '#AFB945'

red 175 ◦ green 185 ◦ blue 69

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

Shades of Celery #AFB945

Tints of Celery #AFB945

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.12%

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

R = 40.79%
G = 43.12%
B = 16.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#AFB945 (or 0xAFB945) is known color: Celery. HEX triplet: AF, B9 and 45. RGB value is (175,185,69). Sum of RGB (Red+Green+Blue) = 175+185+69=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB945 is #5046BA. Grayscale: #A9A9A9. Windows color (decimal): -5260987 or 4569519. OLE color: 4569519.

HSL color Cylindrical-coordinate representation of color #AFB945: hue angle of 65.17º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFB945 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 69 -
CMYK 0.05 0 0.63 0.27
HSL 65.17º 0.46% 0.5% -
HSV(B) 65.17º 0.63% 0.73% -
XYZ 36.1 44.24 12.27 -
YUV 168.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 175 185 69 0.05 0 0.63 0.27 65.17 0.46 0.5
Hex AF B9 45 5 0 3F 1B 41 2E 32
Octal 257 271 105 5 0 77 33 101 56 62
Binary 10101111 10111001 1000101 101 0 111111 11011 1000001 101110 110010

Color Harmonies of #AFB945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB945

Black with #AFB945

Text Example


Text Example

White with #AFB945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB945; }

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

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

background-color css

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

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

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

border-color css

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

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

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