Html Css Color HEX #ADBA40 Celery

📋 copy color: '#ADBA40'

red 173 ◦ green 186 ◦ blue 64

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

Shades of Celery #ADBA40

Tints of Celery #ADBA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.13%

R = 40.9%
G = 43.97%
B = 15.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#ADBA40 (or 0xADBA40) is known color: Celery. HEX triplet: AD, BA and 40. RGB value is (173,186,64). Sum of RGB (Red+Green+Blue) = 173+186+64=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA40 is #5245BF. Grayscale: #A8A8A8. Windows color (decimal): -5391808 or 4242093. OLE color: 4242093.

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

Color convert

RGB 173 186 64 -
CMYK 0.07 0 0.66 0.27
HSL 66.39º 0.49% 0.49% -
HSV(B) 66.39º 0.66% 0.73% -
XYZ 35.72 44.37 11.53 -
YUV 168.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 173 186 64 0.07 0 0.66 0.27 66.39 0.49 0.49
Hex AD BA 40 7 0 42 1B 42 31 31
Octal 255 272 100 7 0 102 33 102 61 61
Binary 10101101 10111010 1000000 111 0 1000010 11011 1000010 110001 110001

Color Harmonies of #ADBA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA40

Black with #ADBA40

Text Example


Text Example

White with #ADBA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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