Html Css Color HEX #ADB342 Celery

📋 copy color: '#ADB342'

red 173 ◦ green 179 ◦ blue 66

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

Shades of Celery #ADB342

Tints of Celery #ADB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

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

R = 41.39%
G = 42.82%
B = 15.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#ADB342 (or 0xADB342) is known color: Celery. HEX triplet: AD, B3 and 42. RGB value is (173,179,66). Sum of RGB (Red+Green+Blue) = 173+179+66=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB342 is #524CBD. Grayscale: #A4A4A4. Windows color (decimal): -5393598 or 4371373. OLE color: 4371373.

HSL color Cylindrical-coordinate representation of color #ADB342: hue angle of 63.19º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADB342 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 66 -
CMYK 0.03 0 0.63 0.30
HSL 63.19º 0.46% 0.48% -
HSV(B) 63.19º 0.63% 0.7% -
XYZ 34.34 41.52 11.36 -
YUV 164.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 173 179 66 0.03 0 0.63 0.30 63.19 0.46 0.48
Hex AD B3 42 3 0 3F 1E 3F 2E 30
Octal 255 263 102 3 0 77 36 77 56 60
Binary 10101101 10110011 1000010 11 0 111111 11110 111111 101110 110000

Color Harmonies of #ADB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB342

Black with #ADB342

Text Example


Text Example

White with #ADB342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB342; }

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

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

background-color css

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

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

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

border-color css

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

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

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