Html Css Color HEX #ADB605 Citrus

📋 copy color: '#ADB605'

red 173 ◦ green 182 ◦ blue 5

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

Shades of Citrus #ADB605

Tints of Citrus #ADB605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

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

R = 48.06%
G = 50.56%
B = 1.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#ADB605 (or 0xADB605) is known color: Citrus. HEX triplet: AD, B6 and 05. RGB value is (173,182,5). Sum of RGB (Red+Green+Blue) = 173+182+5=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB605 is #5249FA. Grayscale: #9F9F9F. Windows color (decimal): -5392891 or 374445. OLE color: 374445.

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

Color convert

RGB 173 182 5 -
CMYK 0.05 0 0.97 0.29
HSL 63.05º 0.95% 0.37% -
HSV(B) 63.05º 0.97% 0.71% -
XYZ 33.99 42.35 6.53 -
YUV 159.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 173 182 5 0.05 0 0.97 0.29 63.05 0.95 0.37
Hex AD B6 5 5 0 61 1D 3F 5F 25
Octal 255 266 5 5 0 141 35 77 137 45
Binary 10101101 10110110 101 101 0 1100001 11101 111111 1011111 100101

Color Harmonies of #ADB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB605

Black with #ADB605

Text Example


Text Example

White with #ADB605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB605; }

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

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

background-color css

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

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

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

border-color css

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

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

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