Html Css Color HEX #ADB941 Celery

📋 copy color: '#ADB941'

red 173 ◦ green 185 ◦ blue 65

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

Shades of Celery #ADB941

Tints of Celery #ADB941

RGB

 RED value IS 173 (67.97% from 255) = 40.9%

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

 BLUE value IS 65 (25.78% from 255) = 15.37%

R = 40.9%
G = 43.74%
B = 15.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#ADB941 (or 0xADB941) is known color: Celery. HEX triplet: AD, B9 and 41. RGB value is (173,185,65). Sum of RGB (Red+Green+Blue) = 173+185+65=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB941 is #5246BE. Grayscale: #A8A8A8. Windows color (decimal): -5392063 or 4307373. OLE color: 4307373.

HSL color Cylindrical-coordinate representation of color #ADB941: hue angle of 66º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADB941 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 65 -
CMYK 0.06 0 0.65 0.27
HSL 66º 0.48% 0.49% -
HSV(B) 66º 0.65% 0.73% -
XYZ 35.54 43.96 11.61 -
YUV 167.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 173 185 65 0.06 0 0.65 0.27 66 0.48 0.49
Hex AD B9 41 6 0 41 1B 42 30 31
Octal 255 271 101 6 0 101 33 102 60 61
Binary 10101101 10111001 1000001 110 0 1000001 11011 1000010 110000 110001

Color Harmonies of #ADB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB941

Black with #ADB941

Text Example


Text Example

White with #ADB941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB941; }

 p { color: rgb(173,185,65); }

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

background-color css

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

 a { background-color: rgb(173,185,65); }

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

border-color css

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

 span { border-color: rgb(173,185,65); }

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