Html Css Color HEX #ADB410 Citrus

📋 copy color: '#ADB410'

red 173 ◦ green 180 ◦ blue 16

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

Shades of Citrus #ADB410

Tints of Citrus #ADB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.34%

R = 46.88%
G = 48.78%
B = 4.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#ADB410 (or 0xADB410) is known color: Citrus. HEX triplet: AD, B4 and 10. RGB value is (173,180,16). Sum of RGB (Red+Green+Blue) = 173+180+16=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB410 is #524BEF. Grayscale: #9F9F9F. Windows color (decimal): -5393392 or 1094829. OLE color: 1094829.

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

Color convert

RGB 173 180 16 -
CMYK 0.04 0 0.91 0.29
HSL 62.56º 0.84% 0.38% -
HSV(B) 62.56º 0.91% 0.71% -
XYZ 33.65 41.56 6.74 -
YUV 159.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 173 180 16 0.04 0 0.91 0.29 62.56 0.84 0.38
Hex AD B4 10 4 0 5B 1D 3F 54 26
Octal 255 264 20 4 0 133 35 77 124 46
Binary 10101101 10110100 10000 100 0 1011011 11101 111111 1010100 100110

Color Harmonies of #ADB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB410

Black with #ADB410

Text Example


Text Example

White with #ADB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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