Html Css Color HEX #ADB804 Citrus

📋 copy color: '#ADB804'

red 173 ◦ green 184 ◦ blue 4

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

Shades of Citrus #ADB804

Tints of Citrus #ADB804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.97%

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

R = 47.92%
G = 50.97%
B = 1.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#ADB804 (or 0xADB804) is known color: Citrus. HEX triplet: AD, B8 and 04. RGB value is (173,184,4). Sum of RGB (Red+Green+Blue) = 173+184+4=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB804 is #5247FB. Grayscale: #A0A0A0. Windows color (decimal): -5392380 or 309421. OLE color: 309421.

HSL color Cylindrical-coordinate representation of color #ADB804: hue angle of 63.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADB804 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 184 4 -
CMYK 0.06 0 0.98 0.28
HSL 63.67º 0.96% 0.37% -
HSV(B) 63.67º 0.98% 0.72% -
XYZ 34.4 43.17 6.64 -
YUV 160.19 39.86 137.14 -
System Red Green Blue C M Y K H S L
Decimal 173 184 4 0.06 0 0.98 0.28 63.67 0.96 0.37
Hex AD B8 4 6 0 62 1C 40 60 25
Octal 255 270 4 6 0 142 34 100 140 45
Binary 10101101 10111000 100 110 0 1100010 11100 1000000 1100000 100101

Color Harmonies of #ADB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB804

Black with #ADB804

Text Example


Text Example

White with #ADB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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