Html Css Color HEX #ADB40A Citrus

📋 copy color: '#ADB40A'

red 173 ◦ green 180 ◦ blue 10

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

Shades of Citrus #ADB40A

Tints of Citrus #ADB40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 47.66%
G = 49.59%
B = 2.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#ADB40A (or 0xADB40A) is known color: Citrus. HEX triplet: AD, B4 and 0A. RGB value is (173,180,10). Sum of RGB (Red+Green+Blue) = 173+180+10=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB40A is #524BF5. Grayscale: #9F9F9F. Windows color (decimal): -5393398 or 701613. OLE color: 701613.

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

Color convert

RGB 173 180 10 -
CMYK 0.04 0 0.94 0.29
HSL 62.47º 0.89% 0.37% -
HSV(B) 62.47º 0.94% 0.71% -
XYZ 33.61 41.55 6.54 -
YUV 158.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 173 180 10 0.04 0 0.94 0.29 62.47 0.89 0.37
Hex AD B4 A 4 0 5E 1D 3E 59 25
Octal 255 264 12 4 0 136 35 76 131 45
Binary 10101101 10110100 1010 100 0 1011110 11101 111110 1011001 100101

Color Harmonies of #ADB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB40A

Black with #ADB40A

Text Example


Text Example

White with #ADB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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