Html Css Color HEX #ADB448 Celery

📋 copy color: '#ADB448'

red 173 ◦ green 180 ◦ blue 72

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

Shades of Celery #ADB448

Tints of Celery #ADB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.35%

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

R = 40.71%
G = 42.35%
B = 16.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#ADB448 (or 0xADB448) is known color: Celery. HEX triplet: AD, B4 and 48. RGB value is (173,180,72). Sum of RGB (Red+Green+Blue) = 173+180+72=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB448 is #524BB7. Grayscale: #A6A6A6. Windows color (decimal): -5393336 or 4764845. OLE color: 4764845.

HSL color Cylindrical-coordinate representation of color #ADB448: hue angle of 63.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB448 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 72 -
CMYK 0.04 0 0.60 0.29
HSL 63.89º 0.43% 0.49% -
HSV(B) 63.89º 0.6% 0.71% -
XYZ 34.72 41.99 12.41 -
YUV 165.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 173 180 72 0.04 0 0.60 0.29 63.89 0.43 0.49
Hex AD B4 48 4 0 3C 1D 40 2B 31
Octal 255 264 110 4 0 74 35 100 53 61
Binary 10101101 10110100 1001000 100 0 111100 11101 1000000 101011 110001

Color Harmonies of #ADB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB448

Black with #ADB448

Text Example


Text Example

White with #ADB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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