Html Css Color HEX #ADB011 Citrus

📋 copy color: '#ADB011'

red 173 ◦ green 176 ◦ blue 17

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

Shades of Citrus #ADB011

Tints of Citrus #ADB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 17 (7.03% from 255) = 4.64%

R = 47.27%
G = 48.09%
B = 4.64%

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

#ADB011 (or 0xADB011) is known color: Citrus. HEX triplet: AD, B0 and 11. RGB value is (173,176,17). Sum of RGB (Red+Green+Blue) = 173+176+17=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB011 is #524FEE. Grayscale: #9D9D9D. Windows color (decimal): -5394415 or 1159341. OLE color: 1159341.

HSL color Cylindrical-coordinate representation of color #ADB011: hue angle of 61.13º 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 #ADB011 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 17 -
CMYK 0.02 0 0.90 0.31
HSL 61.13º 0.82% 0.38% -
HSV(B) 61.13º 0.9% 0.69% -
XYZ 32.86 39.98 6.51 -
YUV 156.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 173 176 17 0.02 0 0.90 0.31 61.13 0.82 0.38
Hex AD B0 11 2 0 5A 1F 3D 52 26
Octal 255 260 21 2 0 132 37 75 122 46
Binary 10101101 10110000 10001 10 0 1011010 11111 111101 1010010 100110

Color Harmonies of #ADB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB011

Black with #ADB011

Text Example


Text Example

White with #ADB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB011; }

 p { color: rgb(173,176,17); }

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

background-color css

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

 a { background-color: rgb(173,176,17); }

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

border-color css

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

 span { border-color: rgb(173,176,17); }

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