Html Css Color HEX #ADBA4F Celery

📋 copy color: '#ADBA4F'

red 173 ◦ green 186 ◦ blue 79

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

Shades of Celery #ADBA4F

Tints of Celery #ADBA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.47%

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 39.5%
G = 42.47%
B = 18.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#ADBA4F (or 0xADBA4F) is known color: Celery. HEX triplet: AD, BA and 4F. RGB value is (173,186,79). Sum of RGB (Red+Green+Blue) = 173+186+79=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADBA4F is #5245B0. Grayscale: #AAAAAA. Windows color (decimal): -5391793 or 5225133. OLE color: 5225133.

HSL color Cylindrical-coordinate representation of color #ADBA4F: hue angle of 67.29º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADBA4F is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 79 -
CMYK 0.07 0 0.58 0.27
HSL 67.29º 0.44% 0.52% -
HSV(B) 67.29º 0.58% 0.73% -
XYZ 36.2 44.57 14.09 -
YUV 169.92 76.69 130.2 -
System Red Green Blue C M Y K H S L
Decimal 173 186 79 0.07 0 0.58 0.27 67.29 0.44 0.52
Hex AD BA 4F 7 0 3A 1B 43 2C 34
Octal 255 272 117 7 0 72 33 103 54 64
Binary 10101101 10111010 1001111 111 0 111010 11011 1000011 101100 110100

Color Harmonies of #ADBA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA4F

Black with #ADBA4F

Text Example


Text Example

White with #ADBA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA4F; }

 p { color: rgb(173,186,79); }

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

background-color css

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

 a { background-color: rgb(173,186,79); }

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

border-color css

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

 span { border-color: rgb(173,186,79); }

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