Html Css Color HEX #ADBD4A Celery

📋 copy color: '#ADBD4A'

red 173 ◦ green 189 ◦ blue 74

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

Shades of Celery #ADBD4A

Tints of Celery #ADBD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 39.68%
G = 43.35%
B = 16.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#ADBD4A (or 0xADBD4A) is known color: Celery. HEX triplet: AD, BD and 4A. RGB value is (173,189,74). Sum of RGB (Red+Green+Blue) = 173+189+74=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD4A is #5242B5. Grayscale: #ABABAB. Windows color (decimal): -5391030 or 4898221. OLE color: 4898221.

HSL color Cylindrical-coordinate representation of color #ADBD4A: hue angle of 68.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADBD4A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 189 74 -
CMYK 0.08 0 0.61 0.26
HSL 68.35º 0.47% 0.52% -
HSV(B) 68.35º 0.61% 0.74% -
XYZ 36.67 45.77 13.38 -
YUV 171.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 173 189 74 0.08 0 0.61 0.26 68.35 0.47 0.52
Hex AD BD 4A 8 0 3D 1A 44 2F 34
Octal 255 275 112 10 0 75 32 104 57 64
Binary 10101101 10111101 1001010 1000 0 111101 11010 1000100 101111 110100

Color Harmonies of #ADBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBD4A

Black with #ADBD4A

Text Example


Text Example

White with #ADBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBD4A; }

 p { color: rgb(173,189,74); }

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

background-color css

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

 a { background-color: rgb(173,189,74); }

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

border-color css

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

 span { border-color: rgb(173,189,74); }

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