Html Css Color HEX #ADB112 Citrus

📋 copy color: '#ADB112'

red 173 ◦ green 177 ◦ blue 18

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

Shades of Citrus #ADB112

Tints of Citrus #ADB112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.89%

R = 47.01%
G = 48.1%
B = 4.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#ADB112 (or 0xADB112) is known color: Citrus. HEX triplet: AD, B1 and 12. RGB value is (173,177,18). Sum of RGB (Red+Green+Blue) = 173+177+18=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB112 is #524EED. Grayscale: #9E9E9E. Windows color (decimal): -5394158 or 1225133. OLE color: 1225133.

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

Color convert

RGB 173 177 18 -
CMYK 0.02 0 0.90 0.31
HSL 61.51º 0.82% 0.38% -
HSV(B) 61.51º 0.9% 0.69% -
XYZ 33.06 40.37 6.62 -
YUV 157.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 173 177 18 0.02 0 0.90 0.31 61.51 0.82 0.38
Hex AD B1 12 2 0 5A 1F 3E 52 26
Octal 255 261 22 2 0 132 37 76 122 46
Binary 10101101 10110001 10010 10 0 1011010 11111 111110 1010010 100110

Color Harmonies of #ADB112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB112

Black with #ADB112

Text Example


Text Example

White with #ADB112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB112; }

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

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

background-color css

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

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

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

border-color css

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

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

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