Html Css Color HEX #ADBC48 Celery

📋 copy color: '#ADBC48'

red 173 ◦ green 188 ◦ blue 72

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

Shades of Celery #ADBC48

Tints of Celery #ADBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 39.95%
G = 43.42%
B = 16.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#ADBC48 (or 0xADBC48) is known color: Celery. HEX triplet: AD, BC and 48. RGB value is (173,188,72). Sum of RGB (Red+Green+Blue) = 173+188+72=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC48 is #5243B7. Grayscale: #AAAAAA. Windows color (decimal): -5391288 or 4766893. OLE color: 4766893.

HSL color Cylindrical-coordinate representation of color #ADBC48: hue angle of 67.76º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADBC48 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 72 -
CMYK 0.08 0 0.62 0.26
HSL 67.76º 0.46% 0.51% -
HSV(B) 67.76º 0.62% 0.74% -
XYZ 36.39 45.32 12.96 -
YUV 170.29 72.53 129.93 -
System Red Green Blue C M Y K H S L
Decimal 173 188 72 0.08 0 0.62 0.26 67.76 0.46 0.51
Hex AD BC 48 8 0 3E 1A 44 2E 33
Octal 255 274 110 10 0 76 32 104 56 63
Binary 10101101 10111100 1001000 1000 0 111110 11010 1000100 101110 110011

Color Harmonies of #ADBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC48

Black with #ADBC48

Text Example


Text Example

White with #ADBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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