Html Css Color HEX #ADB701 Citrus

📋 copy color: '#ADB701'

red 173 ◦ green 183 ◦ blue 1

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

Shades of Citrus #ADB701

Tints of Citrus #ADB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.26%

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

R = 48.46%
G = 51.26%
B = 0.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#ADB701 (or 0xADB701) is known color: Citrus. HEX triplet: AD, B7 and 01. RGB value is (173,183,1). Sum of RGB (Red+Green+Blue) = 173+183+1=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB701 is #5248FE. Grayscale: #9F9F9F. Windows color (decimal): -5392639 or 112557. OLE color: 112557.

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

Color convert

RGB 173 183 1 -
CMYK 0.05 0 0.99 0.28
HSL 63.3º 0.99% 0.36% -
HSV(B) 63.3º 0.99% 0.72% -
XYZ 34.17 42.75 6.48 -
YUV 159.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 173 183 1 0.05 0 0.99 0.28 63.3 0.99 0.36
Hex AD B7 1 5 0 63 1C 3F 63 24
Octal 255 267 1 5 0 143 34 77 143 44
Binary 10101101 10110111 1 101 0 1100011 11100 111111 1100011 100100

Color Harmonies of #ADB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB701

Black with #ADB701

Text Example


Text Example

White with #ADB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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