Html Css Color HEX #ADCB42 Celery

📋 copy color: '#ADCB42'

red 173 ◦ green 203 ◦ blue 66

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

Shades of Celery #ADCB42

Tints of Celery #ADCB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.93%

R = 39.14%
G = 45.93%
B = 14.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#ADCB42 (or 0xADCB42) is known color: Celery. HEX triplet: AD, CB and 42. RGB value is (173,203,66). Sum of RGB (Red+Green+Blue) = 173+203+66=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 66 (26.17% from 255 or 14.93% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB42 is #5234BD. Grayscale: #B2B2B2. Windows color (decimal): -5387454 or 4377517. OLE color: 4377517.

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

Color convert

RGB 173 203 66 -
CMYK 0.15 0 0.67 0.20
HSL 73.14º 0.57% 0.53% -
HSV(B) 73.14º 0.67% 0.8% -
XYZ 39.57 51.99 13.1 -
YUV 178.41 64.56 124.14 -
System Red Green Blue C M Y K H S L
Decimal 173 203 66 0.15 0 0.67 0.20 73.14 0.57 0.53
Hex AD CB 42 F 0 43 14 49 39 35
Octal 255 313 102 17 0 103 24 111 71 65
Binary 10101101 11001011 1000010 1111 0 1000011 10100 1001001 111001 110101

Color Harmonies of #ADCB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB42

Black with #ADCB42

Text Example


Text Example

White with #ADCB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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