Html Css Color HEX #ADBA42 Celery

📋 copy color: '#ADBA42'

red 173 ◦ green 186 ◦ blue 66

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

Shades of Celery #ADBA42

Tints of Celery #ADBA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.53%

R = 40.71%
G = 43.76%
B = 15.53%

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

#ADBA42 (or 0xADBA42) is known color: Celery. HEX triplet: AD, BA and 42. RGB value is (173,186,66). Sum of RGB (Red+Green+Blue) = 173+186+66=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA42 is #5245BD. Grayscale: #A8A8A8. Windows color (decimal): -5391806 or 4373165. OLE color: 4373165.

HSL color Cylindrical-coordinate representation of color #ADBA42: hue angle of 66.5º 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 #ADBA42 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 66 -
CMYK 0.07 0 0.65 0.27
HSL 66.5º 0.48% 0.49% -
HSV(B) 66.5º 0.65% 0.73% -
XYZ 35.78 44.4 11.84 -
YUV 168.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 173 186 66 0.07 0 0.65 0.27 66.5 0.48 0.49
Hex AD BA 42 7 0 41 1B 42 30 31
Octal 255 272 102 7 0 101 33 102 60 61
Binary 10101101 10111010 1000010 111 0 1000001 11011 1000010 110000 110001

Color Harmonies of #ADBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA42

Black with #ADBA42

Text Example


Text Example

White with #ADBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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