Html Css Color HEX #ADB505 Citrus

📋 copy color: '#ADB505'

red 173 ◦ green 181 ◦ blue 5

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

Shades of Citrus #ADB505

Tints of Citrus #ADB505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.39%

R = 48.19%
G = 50.42%
B = 1.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#ADB505 (or 0xADB505) is known color: Citrus. HEX triplet: AD, B5 and 05. RGB value is (173,181,5). Sum of RGB (Red+Green+Blue) = 173+181+5=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB505 is #524AFA. Grayscale: #9F9F9F. Windows color (decimal): -5393147 or 374189. OLE color: 374189.

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

Color convert

RGB 173 181 5 -
CMYK 0.04 0 0.97 0.29
HSL 62.73º 0.95% 0.36% -
HSV(B) 62.73º 0.97% 0.71% -
XYZ 33.78 41.94 6.46 -
YUV 158.54 41.35 138.31 -
System Red Green Blue C M Y K H S L
Decimal 173 181 5 0.04 0 0.97 0.29 62.73 0.95 0.36
Hex AD B5 5 4 0 61 1D 3F 5F 24
Octal 255 265 5 4 0 141 35 77 137 44
Binary 10101101 10110101 101 100 0 1100001 11101 111111 1011111 100100

Color Harmonies of #ADB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB505

Black with #ADB505

Text Example


Text Example

White with #ADB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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