Html Css Color HEX #ADCB52 Celery

📋 copy color: '#ADCB52'

red 173 ◦ green 203 ◦ blue 82

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

Shades of Celery #ADCB52

Tints of Celery #ADCB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

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

R = 37.77%
G = 44.32%
B = 17.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#ADCB52 (or 0xADCB52) is known color: Celery. HEX triplet: AD, CB and 52. RGB value is (173,203,82). Sum of RGB (Red+Green+Blue) = 173+203+82=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCB52 is #5234AD. Grayscale: #B4B4B4. Windows color (decimal): -5387438 or 5426093. OLE color: 5426093.

HSL color Cylindrical-coordinate representation of color #ADCB52: hue angle of 74.88º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADCB52 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 82 -
CMYK 0.15 0 0.60 0.20
HSL 74.88º 0.54% 0.56% -
HSV(B) 74.88º 0.6% 0.8% -
XYZ 40.11 52.21 15.95 -
YUV 180.24 72.56 122.84 -
System Red Green Blue C M Y K H S L
Decimal 173 203 82 0.15 0 0.60 0.20 74.88 0.54 0.56
Hex AD CB 52 F 0 3C 14 4B 36 38
Octal 255 313 122 17 0 74 24 113 66 70
Binary 10101101 11001011 1010010 1111 0 111100 10100 1001011 110110 111000

Color Harmonies of #ADCB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB52

Black with #ADCB52

Text Example


Text Example

White with #ADCB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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