Html Css Color HEX #ADB904 Citrus

📋 copy color: '#ADB904'

red 173 ◦ green 185 ◦ blue 4

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

Shades of Citrus #ADB904

Tints of Citrus #ADB904

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

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

R = 47.79%
G = 51.1%
B = 1.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#ADB904 (or 0xADB904) is known color: Citrus. HEX triplet: AD, B9 and 04. RGB value is (173,185,4). Sum of RGB (Red+Green+Blue) = 173+185+4=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB904 is #5246FB. Grayscale: #A1A1A1. Windows color (decimal): -5392124 or 309677. OLE color: 309677.

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

Color convert

RGB 173 185 4 -
CMYK 0.06 0 0.98 0.27
HSL 63.98º 0.96% 0.37% -
HSV(B) 63.98º 0.98% 0.73% -
XYZ 34.6 43.59 6.7 -
YUV 160.78 39.52 136.72 -
System Red Green Blue C M Y K H S L
Decimal 173 185 4 0.06 0 0.98 0.27 63.98 0.96 0.37
Hex AD B9 4 6 0 62 1B 40 60 25
Octal 255 271 4 6 0 142 33 100 140 45
Binary 10101101 10111001 100 110 0 1100010 11011 1000000 1100000 100101

Color Harmonies of #ADB904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB904

Black with #ADB904

Text Example


Text Example

White with #ADB904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB904; }

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

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

background-color css

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

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

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

border-color css

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

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

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