Html Css Color HEX #ADB604 Citrus

📋 copy color: '#ADB604'

red 173 ◦ green 182 ◦ blue 4

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

Shades of Citrus #ADB604

Tints of Citrus #ADB604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 48.19%
G = 50.7%
B = 1.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#ADB604 (or 0xADB604) is known color: Citrus. HEX triplet: AD, B6 and 04. RGB value is (173,182,4). Sum of RGB (Red+Green+Blue) = 173+182+4=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB604 is #5249FB. Grayscale: #9F9F9F. Windows color (decimal): -5392892 or 308909. OLE color: 308909.

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

Color convert

RGB 173 182 4 -
CMYK 0.05 0 0.98 0.29
HSL 63.03º 0.96% 0.36% -
HSV(B) 63.03º 0.98% 0.71% -
XYZ 33.98 42.35 6.5 -
YUV 159.02 40.52 137.97 -
System Red Green Blue C M Y K H S L
Decimal 173 182 4 0.05 0 0.98 0.29 63.03 0.96 0.36
Hex AD B6 4 5 0 62 1D 3F 60 24
Octal 255 266 4 5 0 142 35 77 140 44
Binary 10101101 10110110 100 101 0 1100010 11101 111111 1100000 100100

Color Harmonies of #ADB604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB604

Black with #ADB604

Text Example


Text Example

White with #ADB604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB604; }

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

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

background-color css

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

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

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

border-color css

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

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

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