Html Css Color HEX #ADBC52 Celery

📋 copy color: '#ADBC52'

red 173 ◦ green 188 ◦ blue 82

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

Shades of Celery #ADBC52

Tints of Celery #ADBC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.51%

R = 39.05%
G = 42.44%
B = 18.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#ADBC52 (or 0xADBC52) is known color: Celery. HEX triplet: AD, BC and 52. RGB value is (173,188,82). Sum of RGB (Red+Green+Blue) = 173+188+82=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBC52 is #5243AD. Grayscale: #ABABAB. Windows color (decimal): -5391278 or 5422253. OLE color: 5422253.

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

Color convert

RGB 173 188 82 -
CMYK 0.08 0 0.56 0.26
HSL 68.49º 0.44% 0.53% -
HSV(B) 68.49º 0.56% 0.74% -
XYZ 36.74 45.46 14.82 -
YUV 171.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 173 188 82 0.08 0 0.56 0.26 68.49 0.44 0.53
Hex AD BC 52 8 0 38 1A 44 2C 35
Octal 255 274 122 10 0 70 32 104 54 65
Binary 10101101 10111100 1010010 1000 0 111000 11010 1000100 101100 110101

Color Harmonies of #ADBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBC52

Black with #ADBC52

Text Example


Text Example

White with #ADBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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