Html Css Color HEX #ADB906 Citrus

📋 copy color: '#ADB906'

red 173 ◦ green 185 ◦ blue 6

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

Shades of Citrus #ADB906

Tints of Citrus #ADB906

RGB

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

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

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

R = 47.53%
G = 50.82%
B = 1.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#ADB906 (or 0xADB906) is known color: Citrus. HEX triplet: AD, B9 and 06. RGB value is (173,185,6). Sum of RGB (Red+Green+Blue) = 173+185+6=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB906 is #5246F9. Grayscale: #A1A1A1. Windows color (decimal): -5392122 or 440749. OLE color: 440749.

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

Color convert

RGB 173 185 6 -
CMYK 0.06 0 0.97 0.27
HSL 64.02º 0.94% 0.37% -
HSV(B) 64.02º 0.97% 0.73% -
XYZ 34.62 43.6 6.76 -
YUV 161.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 173 185 6 0.06 0 0.97 0.27 64.02 0.94 0.37
Hex AD B9 6 6 0 61 1B 40 5E 25
Octal 255 271 6 6 0 141 33 100 136 45
Binary 10101101 10111001 110 110 0 1100001 11011 1000000 1011110 100101

Color Harmonies of #ADB906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB906

Black with #ADB906

Text Example


Text Example

White with #ADB906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB906; }

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

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

background-color css

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

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

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

border-color css

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

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

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