Html Css Color HEX #ADB510 Citrus

📋 copy color: '#ADB510'

red 173 ◦ green 181 ◦ blue 16

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

Shades of Citrus #ADB510

Tints of Citrus #ADB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.92%

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

R = 46.76%
G = 48.92%
B = 4.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#ADB510 (or 0xADB510) is known color: Citrus. HEX triplet: AD, B5 and 10. RGB value is (173,181,16). Sum of RGB (Red+Green+Blue) = 173+181+16=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB510 is #524AEF. Grayscale: #A0A0A0. Windows color (decimal): -5393136 or 1095085. OLE color: 1095085.

HSL color Cylindrical-coordinate representation of color #ADB510: hue angle of 62.91º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADB510 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 16 -
CMYK 0.04 0 0.91 0.29
HSL 62.91º 0.84% 0.39% -
HSV(B) 62.91º 0.91% 0.71% -
XYZ 33.85 41.97 6.81 -
YUV 159.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 173 181 16 0.04 0 0.91 0.29 62.91 0.84 0.39
Hex AD B5 10 4 0 5B 1D 3F 54 27
Octal 255 265 20 4 0 133 35 77 124 47
Binary 10101101 10110101 10000 100 0 1011011 11101 111111 1010100 100111

Color Harmonies of #ADB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB510

Black with #ADB510

Text Example


Text Example

White with #ADB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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