Html Css Color HEX #ADBA41 Celery

📋 copy color: '#ADBA41'

red 173 ◦ green 186 ◦ blue 65

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

Shades of Celery #ADBA41

Tints of Celery #ADBA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 40.8%
G = 43.87%
B = 15.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#ADBA41 (or 0xADBA41) is known color: Celery. HEX triplet: AD, BA and 41. RGB value is (173,186,65). Sum of RGB (Red+Green+Blue) = 173+186+65=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA41 is #5245BE. Grayscale: #A8A8A8. Windows color (decimal): -5391807 or 4307629. OLE color: 4307629.

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

Color convert

RGB 173 186 65 -
CMYK 0.07 0 0.65 0.27
HSL 66.45º 0.48% 0.49% -
HSV(B) 66.45º 0.65% 0.73% -
XYZ 35.75 44.38 11.68 -
YUV 168.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 173 186 65 0.07 0 0.65 0.27 66.45 0.48 0.49
Hex AD BA 41 7 0 41 1B 42 30 31
Octal 255 272 101 7 0 101 33 102 60 61
Binary 10101101 10111010 1000001 111 0 1000001 11011 1000010 110000 110001

Color Harmonies of #ADBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA41

Black with #ADBA41

Text Example


Text Example

White with #ADBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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