Html Css Color HEX #ADB301 Citrus

📋 copy color: '#ADB301'

red 173 ◦ green 179 ◦ blue 1

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

Shades of Citrus #ADB301

Tints of Citrus #ADB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.71%

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

R = 49.01%
G = 50.71%
B = 0.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#ADB301 (or 0xADB301) is known color: Citrus. HEX triplet: AD, B3 and 01. RGB value is (173,179,1). Sum of RGB (Red+Green+Blue) = 173+179+1=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB301 is #524CFE. Grayscale: #9D9D9D. Windows color (decimal): -5393663 or 111533. OLE color: 111533.

HSL color Cylindrical-coordinate representation of color #ADB301: hue angle of 62.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADB301 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 1 -
CMYK 0.03 0 0.99 0.30
HSL 62.02º 0.99% 0.35% -
HSV(B) 62.02º 0.99% 0.7% -
XYZ 33.36 41.13 6.21 -
YUV 156.91 40.01 139.47 -
System Red Green Blue C M Y K H S L
Decimal 173 179 1 0.03 0 0.99 0.30 62.02 0.99 0.35
Hex AD B3 1 3 0 63 1E 3E 63 23
Octal 255 263 1 3 0 143 36 76 143 43
Binary 10101101 10110011 1 11 0 1100011 11110 111110 1100011 100011

Color Harmonies of #ADB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB301

Black with #ADB301

Text Example


Text Example

White with #ADB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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