Html Css Color HEX #AFB954 Celery

📋 copy color: '#AFB954'

red 175 ◦ green 185 ◦ blue 84

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

Shades of Celery #AFB954

Tints of Celery #AFB954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.92%

R = 39.41%
G = 41.67%
B = 18.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#AFB954 (or 0xAFB954) is known color: Celery. HEX triplet: AF, B9 and 54. RGB value is (175,185,84). Sum of RGB (Red+Green+Blue) = 175+185+84=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB954 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB954 is #5046AB. Grayscale: #AAAAAA. Windows color (decimal): -5260972 or 5552559. OLE color: 5552559.

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

Color convert

RGB 175 185 84 -
CMYK 0.05 0 0.55 0.27
HSL 65.94º 0.42% 0.53% -
HSV(B) 65.94º 0.55% 0.73% -
XYZ 36.63 44.45 15.04 -
YUV 170.5 79.19 131.21 -
System Red Green Blue C M Y K H S L
Decimal 175 185 84 0.05 0 0.55 0.27 65.94 0.42 0.53
Hex AF B9 54 5 0 37 1B 42 2A 35
Octal 257 271 124 5 0 67 33 102 52 65
Binary 10101111 10111001 1010100 101 0 110111 11011 1000010 101010 110101

Color Harmonies of #AFB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB954

Black with #AFB954

Text Example


Text Example

White with #AFB954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB954; }

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

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

background-color css

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

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

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

border-color css

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

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

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