Html Css Color HEX #ADB905 Citrus

📋 copy color: '#ADB905'

red 173 ◦ green 185 ◦ blue 5

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

Shades of Citrus #ADB905

Tints of Citrus #ADB905

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.96%

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

R = 47.66%
G = 50.96%
B = 1.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#ADB905 (or 0xADB905) is known color: Citrus. HEX triplet: AD, B9 and 05. RGB value is (173,185,5). Sum of RGB (Red+Green+Blue) = 173+185+5=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB905 is #5246FA. Grayscale: #A1A1A1. Windows color (decimal): -5392123 or 375213. OLE color: 375213.

HSL color Cylindrical-coordinate representation of color #ADB905: hue angle of 64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADB905 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 5 -
CMYK 0.06 0 0.97 0.27
HSL 64º 0.95% 0.37% -
HSV(B) 64º 0.97% 0.73% -
XYZ 34.61 43.59 6.73 -
YUV 160.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 173 185 5 0.06 0 0.97 0.27 64 0.95 0.37
Hex AD B9 5 6 0 61 1B 40 5F 25
Octal 255 271 5 6 0 141 33 100 137 45
Binary 10101101 10111001 101 110 0 1100001 11011 1000000 1011111 100101

Color Harmonies of #ADB905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB905

Black with #ADB905

Text Example


Text Example

White with #ADB905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB905; }

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

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

background-color css

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

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

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

border-color css

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

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

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