Html Css Color HEX #ADB601 Citrus

📋 copy color: '#ADB601'

red 173 ◦ green 182 ◦ blue 1

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

Shades of Citrus #ADB601

Tints of Citrus #ADB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.12%

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

R = 48.6%
G = 51.12%
B = 0.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#ADB601 (or 0xADB601) is known color: Citrus. HEX triplet: AD, B6 and 01. RGB value is (173,182,1). Sum of RGB (Red+Green+Blue) = 173+182+1=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB601 is #5249FE. Grayscale: #9F9F9F. Windows color (decimal): -5392895 or 112301. OLE color: 112301.

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

Color convert

RGB 173 182 1 -
CMYK 0.05 0 0.99 0.29
HSL 62.98º 0.99% 0.36% -
HSV(B) 62.98º 0.99% 0.71% -
XYZ 33.97 42.34 6.41 -
YUV 158.68 39.02 138.22 -
System Red Green Blue C M Y K H S L
Decimal 173 182 1 0.05 0 0.99 0.29 62.98 0.99 0.36
Hex AD B6 1 5 0 63 1D 3F 63 24
Octal 255 266 1 5 0 143 35 77 143 44
Binary 10101101 10110110 1 101 0 1100011 11101 111111 1100011 100100

Color Harmonies of #ADB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB601

Black with #ADB601

Text Example


Text Example

White with #ADB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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