Html Css Color HEX #ADB404 Citrus

📋 copy color: '#ADB404'

red 173 ◦ green 180 ◦ blue 4

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

Shades of Citrus #ADB404

Tints of Citrus #ADB404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 48.46%
G = 50.42%
B = 1.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#ADB404 (or 0xADB404) is known color: Citrus. HEX triplet: AD, B4 and 04. RGB value is (173,180,4). Sum of RGB (Red+Green+Blue) = 173+180+4=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB404 is #524BFB. Grayscale: #9E9E9E. Windows color (decimal): -5393404 or 308397. OLE color: 308397.

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

Color convert

RGB 173 180 4 -
CMYK 0.04 0 0.98 0.29
HSL 62.39º 0.96% 0.36% -
HSV(B) 62.39º 0.98% 0.71% -
XYZ 33.58 41.54 6.36 -
YUV 157.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 173 180 4 0.04 0 0.98 0.29 62.39 0.96 0.36
Hex AD B4 4 4 0 62 1D 3E 60 24
Octal 255 264 4 4 0 142 35 76 140 44
Binary 10101101 10110100 100 100 0 1100010 11101 111110 1100000 100100

Color Harmonies of #ADB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB404

Black with #ADB404

Text Example


Text Example

White with #ADB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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