Html Css Color HEX #ADB110 Citrus

📋 copy color: '#ADB110'

red 173 ◦ green 177 ◦ blue 16

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

Shades of Citrus #ADB110

Tints of Citrus #ADB110

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.36%

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 47.27%
G = 48.36%
B = 4.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#ADB110 (or 0xADB110) is known color: Citrus. HEX triplet: AD, B1 and 10. RGB value is (173,177,16). Sum of RGB (Red+Green+Blue) = 173+177+16=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB110 is #524EEF. Grayscale: #9E9E9E. Windows color (decimal): -5394160 or 1094061. OLE color: 1094061.

HSL color Cylindrical-coordinate representation of color #ADB110: hue angle of 61.49º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB110 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 16 -
CMYK 0.02 0 0.91 0.31
HSL 61.49º 0.83% 0.38% -
HSV(B) 61.49º 0.91% 0.69% -
XYZ 33.05 40.37 6.54 -
YUV 157.45 48.17 139.09 -
System Red Green Blue C M Y K H S L
Decimal 173 177 16 0.02 0 0.91 0.31 61.49 0.83 0.38
Hex AD B1 10 2 0 5B 1F 3D 53 26
Octal 255 261 20 2 0 133 37 75 123 46
Binary 10101101 10110001 10000 10 0 1011011 11111 111101 1010011 100110

Color Harmonies of #ADB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB110

Black with #ADB110

Text Example


Text Example

White with #ADB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB110; }

 p { color: rgb(173,177,16); }

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

background-color css

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

 a { background-color: rgb(173,177,16); }

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

border-color css

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

 span { border-color: rgb(173,177,16); }

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