Html Css Color HEX #ADB248 Celery

📋 copy color: '#ADB248'

red 173 ◦ green 178 ◦ blue 72

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

Shades of Celery #ADB248

Tints of Celery #ADB248

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 40.9%
G = 42.08%
B = 17.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#ADB248 (or 0xADB248) is known color: Celery. HEX triplet: AD, B2 and 48. RGB value is (173,178,72). Sum of RGB (Red+Green+Blue) = 173+178+72=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB248 is #524DB7. Grayscale: #A4A4A4. Windows color (decimal): -5393848 or 4764333. OLE color: 4764333.

HSL color Cylindrical-coordinate representation of color #ADB248: hue angle of 62.83º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADB248 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 72 -
CMYK 0.03 0 0.60 0.30
HSL 62.83º 0.42% 0.49% -
HSV(B) 62.83º 0.6% 0.7% -
XYZ 34.32 41.19 12.27 -
YUV 164.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 173 178 72 0.03 0 0.60 0.30 62.83 0.42 0.49
Hex AD B2 48 3 0 3C 1E 3F 2A 31
Octal 255 262 110 3 0 74 36 77 52 61
Binary 10101101 10110010 1001000 11 0 111100 11110 111111 101010 110001

Color Harmonies of #ADB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB248

Black with #ADB248

Text Example


Text Example

White with #ADB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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