Html Css Color HEX #ADB14D Celery

📋 copy color: '#ADB14D'

red 173 ◦ green 177 ◦ blue 77

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

Shades of Celery #ADB14D

Tints of Celery #ADB14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.45%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 40.52%
G = 41.45%
B = 18.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#ADB14D (or 0xADB14D) is known color: Celery. HEX triplet: AD, B1 and 4D. RGB value is (173,177,77). Sum of RGB (Red+Green+Blue) = 173+177+77=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB14D is #524EB2. Grayscale: #A4A4A4. Windows color (decimal): -5394099 or 5091757. OLE color: 5091757.

HSL color Cylindrical-coordinate representation of color #ADB14D: hue angle of 62.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB14D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 77 -
CMYK 0.02 0 0.56 0.31
HSL 62.4º 0.39% 0.5% -
HSV(B) 62.4º 0.56% 0.69% -
XYZ 34.3 40.86 13.1 -
YUV 164.4 78.67 134.13 -
System Red Green Blue C M Y K H S L
Decimal 173 177 77 0.02 0 0.56 0.31 62.4 0.39 0.5
Hex AD B1 4D 2 0 38 1F 3E 27 32
Octal 255 261 115 2 0 70 37 76 47 62
Binary 10101101 10110001 1001101 10 0 111000 11111 111110 100111 110010

Color Harmonies of #ADB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB14D

Black with #ADB14D

Text Example


Text Example

White with #ADB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB14D; }

 p { color: rgb(173,177,77); }

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

background-color css

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

 a { background-color: rgb(173,177,77); }

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

border-color css

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

 span { border-color: rgb(173,177,77); }

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