Html Css Color HEX #ADB901 Citrus

📋 copy color: '#ADB901'

red 173 ◦ green 185 ◦ blue 1

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

Shades of Citrus #ADB901

Tints of Citrus #ADB901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 48.19%
G = 51.53%
B = 0.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#ADB901 (or 0xADB901) is known color: Citrus. HEX triplet: AD, B9 and 01. RGB value is (173,185,1). Sum of RGB (Red+Green+Blue) = 173+185+1=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB901 is #5246FE. Grayscale: #A1A1A1. Windows color (decimal): -5392127 or 113069. OLE color: 113069.

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

Color convert

RGB 173 185 1 -
CMYK 0.06 0 0.99 0.27
HSL 63.91º 0.99% 0.36% -
HSV(B) 63.91º 0.99% 0.73% -
XYZ 34.59 43.58 6.62 -
YUV 160.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 173 185 1 0.06 0 0.99 0.27 63.91 0.99 0.36
Hex AD B9 1 6 0 63 1B 40 63 24
Octal 255 271 1 6 0 143 33 100 143 44
Binary 10101101 10111001 1 110 0 1100011 11011 1000000 1100011 100100

Color Harmonies of #ADB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB901

Black with #ADB901

Text Example


Text Example

White with #ADB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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