Html Css Color HEX #ADB400 Citrus

📋 copy color: '#ADB400'

red 173 ◦ green 180 ◦ blue 0

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

Shades of Citrus #ADB400

Tints of Citrus #ADB400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.01%
G = 50.99%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#ADB400 (or 0xADB400) is known color: Citrus. HEX triplet: AD, B4 and 00. RGB value is (173,180,0). Sum of RGB (Red+Green+Blue) = 173+180+0=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB400 is #524BFF. Grayscale: #9E9E9E. Windows color (decimal): -5393408 or 46253. OLE color: 46253.

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

Color convert

RGB 173 180 0 -
CMYK 0.04 0 1 0.29
HSL 62.33º 1% 0.35% -
HSV(B) 62.33º 1% 0.71% -
XYZ 33.55 41.53 6.25 -
YUV 157.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 173 180 0 0.04 0 1 0.29 62.33 1 0.35
Hex AD B4 0 4 0 64 1D 3E 64 23
Octal 255 264 0 4 0 144 35 76 144 43
Binary 10101101 10110100 0 100 0 1100100 11101 111110 1100100 100011

Color Harmonies of #ADB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB400

Black with #ADB400

Text Example


Text Example

White with #ADB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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