Html Css Color HEX #ADB450 Celery

📋 copy color: '#ADB450'

red 173 ◦ green 180 ◦ blue 80

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

Shades of Celery #ADB450

Tints of Celery #ADB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 39.95%
G = 41.57%
B = 18.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#ADB450 (or 0xADB450) is known color: Celery. HEX triplet: AD, B4 and 50. RGB value is (173,180,80). Sum of RGB (Red+Green+Blue) = 173+180+80=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB450 is #524BAF. Grayscale: #A6A6A6. Windows color (decimal): -5393328 or 5289133. OLE color: 5289133.

HSL color Cylindrical-coordinate representation of color #ADB450: hue angle of 64.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADB450 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 80 -
CMYK 0.04 0 0.56 0.29
HSL 64.2º 0.4% 0.51% -
HSV(B) 64.2º 0.56% 0.71% -
XYZ 35 42.11 13.87 -
YUV 166.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 173 180 80 0.04 0 0.56 0.29 64.2 0.4 0.51
Hex AD B4 50 4 0 38 1D 40 28 33
Octal 255 264 120 4 0 70 35 100 50 63
Binary 10101101 10110100 1010000 100 0 111000 11101 1000000 101000 110011

Color Harmonies of #ADB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB450

Black with #ADB450

Text Example


Text Example

White with #ADB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB450; }

 p { color: rgb(173,180,80); }

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

background-color css

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

 a { background-color: rgb(173,180,80); }

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

border-color css

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

 span { border-color: rgb(173,180,80); }

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