Html Css Color HEX #ADB048 Celery

📋 copy color: '#ADB048'

red 173 ◦ green 176 ◦ blue 72

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

Shades of Celery #ADB048

Tints of Celery #ADB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.81%

 BLUE value IS 72 (28.52% from 255) = 17.1%

R = 41.09%
G = 41.81%
B = 17.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#ADB048 (or 0xADB048) is known color: Celery. HEX triplet: AD, B0 and 48. RGB value is (173,176,72). Sum of RGB (Red+Green+Blue) = 173+176+72=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB048 is #524FB7. Grayscale: #A3A3A3. Windows color (decimal): -5394360 or 4763821. OLE color: 4763821.

HSL color Cylindrical-coordinate representation of color #ADB048: hue angle of 61.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADB048 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 72 -
CMYK 0.02 0 0.59 0.31
HSL 61.73º 0.42% 0.49% -
HSV(B) 61.73º 0.59% 0.69% -
XYZ 33.93 40.4 12.14 -
YUV 163.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 173 176 72 0.02 0 0.59 0.31 61.73 0.42 0.49
Hex AD B0 48 2 0 3B 1F 3E 2A 31
Octal 255 260 110 2 0 73 37 76 52 61
Binary 10101101 10110000 1001000 10 0 111011 11111 111110 101010 110001

Color Harmonies of #ADB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB048

Black with #ADB048

Text Example


Text Example

White with #ADB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB048; }

 p { color: rgb(173,176,72); }

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

background-color css

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

 a { background-color: rgb(173,176,72); }

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

border-color css

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

 span { border-color: rgb(173,176,72); }

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