Html Css Color HEX #ADB806 Citrus

📋 copy color: '#ADB806'

red 173 ◦ green 184 ◦ blue 6

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

Shades of Citrus #ADB806

Tints of Citrus #ADB806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 47.66%
G = 50.69%
B = 1.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#ADB806 (or 0xADB806) is known color: Citrus. HEX triplet: AD, B8 and 06. RGB value is (173,184,6). Sum of RGB (Red+Green+Blue) = 173+184+6=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB806 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB806 is #5247F9. Grayscale: #A1A1A1. Windows color (decimal): -5392378 or 440493. OLE color: 440493.

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

Color convert

RGB 173 184 6 -
CMYK 0.06 0 0.97 0.28
HSL 63.71º 0.94% 0.37% -
HSV(B) 63.71º 0.97% 0.72% -
XYZ 34.41 43.18 6.69 -
YUV 160.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 173 184 6 0.06 0 0.97 0.28 63.71 0.94 0.37
Hex AD B8 6 6 0 61 1C 40 5E 25
Octal 255 270 6 6 0 141 34 100 136 45
Binary 10101101 10111000 110 110 0 1100001 11100 1000000 1011110 100101

Color Harmonies of #ADB806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB806

Black with #ADB806

Text Example


Text Example

White with #ADB806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB806; }

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

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

background-color css

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

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

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

border-color css

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

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

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