Html Css Color HEX #ADB310 Citrus

📋 copy color: '#ADB310'

red 173 ◦ green 179 ◦ blue 16

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

Shades of Citrus #ADB310

Tints of Citrus #ADB310

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.64%

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

R = 47.01%
G = 48.64%
B = 4.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#ADB310 (or 0xADB310) is known color: Citrus. HEX triplet: AD, B3 and 10. RGB value is (173,179,16). Sum of RGB (Red+Green+Blue) = 173+179+16=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB310 is #524CEF. Grayscale: #9F9F9F. Windows color (decimal): -5393648 or 1094573. OLE color: 1094573.

HSL color Cylindrical-coordinate representation of color #ADB310: hue angle of 62.21º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB310 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 16 -
CMYK 0.03 0 0.91 0.30
HSL 62.21º 0.84% 0.38% -
HSV(B) 62.21º 0.91% 0.7% -
XYZ 33.45 41.16 6.67 -
YUV 158.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 173 179 16 0.03 0 0.91 0.30 62.21 0.84 0.38
Hex AD B3 10 3 0 5B 1E 3E 54 26
Octal 255 263 20 3 0 133 36 76 124 46
Binary 10101101 10110011 10000 11 0 1011011 11110 111110 1010100 100110

Color Harmonies of #ADB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB310

Black with #ADB310

Text Example


Text Example

White with #ADB310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB310; }

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

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

background-color css

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

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

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

border-color css

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

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

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