Html Css Color HEX #ADBB45 Celery

📋 copy color: '#ADBB45'

red 173 ◦ green 187 ◦ blue 69

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

Shades of Celery #ADBB45

Tints of Celery #ADBB45

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.59%

 BLUE value IS 69 (27.34% from 255) = 16.08%

R = 40.33%
G = 43.59%
B = 16.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#ADBB45 (or 0xADBB45) is known color: Celery. HEX triplet: AD, BB and 45. RGB value is (173,187,69). Sum of RGB (Red+Green+Blue) = 173+187+69=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB45 is #5244BA. Grayscale: #A9A9A9. Windows color (decimal): -5391547 or 4570029. OLE color: 4570029.

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

Color convert

RGB 173 187 69 -
CMYK 0.07 0 0.63 0.27
HSL 67.12º 0.46% 0.5% -
HSV(B) 67.12º 0.63% 0.73% -
XYZ 36.08 44.85 12.39 -
YUV 169.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 173 187 69 0.07 0 0.63 0.27 67.12 0.46 0.5
Hex AD BB 45 7 0 3F 1B 43 2E 32
Octal 255 273 105 7 0 77 33 103 56 62
Binary 10101101 10111011 1000101 111 0 111111 11011 1000011 101110 110010

Color Harmonies of #ADBB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB45

Black with #ADBB45

Text Example


Text Example

White with #ADBB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB45; }

 p { color: rgb(173,187,69); }

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

background-color css

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

 a { background-color: rgb(173,187,69); }

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

border-color css

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

 span { border-color: rgb(173,187,69); }

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