Html Css Color HEX #ADB345 Celery

📋 copy color: '#ADB345'

red 173 ◦ green 179 ◦ blue 69

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

Shades of Celery #ADB345

Tints of Celery #ADB345

RGB

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

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

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

R = 41.09%
G = 42.52%
B = 16.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#ADB345 (or 0xADB345) is known color: Celery. HEX triplet: AD, B3 and 45. RGB value is (173,179,69). Sum of RGB (Red+Green+Blue) = 173+179+69=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB345 is #524CBA. Grayscale: #A5A5A5. Windows color (decimal): -5393595 or 4567981. OLE color: 4567981.

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

Color convert

RGB 173 179 69 -
CMYK 0.03 0 0.61 0.30
HSL 63.27º 0.44% 0.49% -
HSV(B) 63.27º 0.61% 0.7% -
XYZ 34.43 41.55 11.84 -
YUV 164.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 173 179 69 0.03 0 0.61 0.30 63.27 0.44 0.49
Hex AD B3 45 3 0 3D 1E 3F 2C 31
Octal 255 263 105 3 0 75 36 77 54 61
Binary 10101101 10110011 1000101 11 0 111101 11110 111111 101100 110001

Color Harmonies of #ADB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB345

Black with #ADB345

Text Example


Text Example

White with #ADB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB345; }

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

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

background-color css

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

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

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

border-color css

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

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

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