Html Css Color HEX #ADCB45 Celery

📋 copy color: '#ADCB45'

red 173 ◦ green 203 ◦ blue 69

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

Shades of Celery #ADCB45

Tints of Celery #ADCB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 38.88%
G = 45.62%
B = 15.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#ADCB45 (or 0xADCB45) is known color: Celery. HEX triplet: AD, CB and 45. RGB value is (173,203,69). Sum of RGB (Red+Green+Blue) = 173+203+69=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB45 is #5234BA. Grayscale: #B3B3B3. Windows color (decimal): -5387451 or 4574125. OLE color: 4574125.

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

Color convert

RGB 173 203 69 -
CMYK 0.15 0 0.66 0.20
HSL 73.43º 0.56% 0.53% -
HSV(B) 73.43º 0.66% 0.8% -
XYZ 39.66 52.03 13.58 -
YUV 178.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 173 203 69 0.15 0 0.66 0.20 73.43 0.56 0.53
Hex AD CB 45 F 0 42 14 49 38 35
Octal 255 313 105 17 0 102 24 111 70 65
Binary 10101101 11001011 1000101 1111 0 1000010 10100 1001001 111000 110101

Color Harmonies of #ADCB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB45

Black with #ADCB45

Text Example


Text Example

White with #ADCB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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