Html Css Color HEX #ADB704 Citrus

📋 copy color: '#ADB704'

red 173 ◦ green 183 ◦ blue 4

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

Shades of Citrus #ADB704

Tints of Citrus #ADB704

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.83%

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

R = 48.06%
G = 50.83%
B = 1.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#ADB704 (or 0xADB704) is known color: Citrus. HEX triplet: AD, B7 and 04. RGB value is (173,183,4). Sum of RGB (Red+Green+Blue) = 173+183+4=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB704 is #5248FB. Grayscale: #A0A0A0. Windows color (decimal): -5392636 or 309165. OLE color: 309165.

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

Color convert

RGB 173 183 4 -
CMYK 0.05 0 0.98 0.28
HSL 63.35º 0.96% 0.37% -
HSV(B) 63.35º 0.98% 0.72% -
XYZ 34.19 42.76 6.57 -
YUV 159.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 173 183 4 0.05 0 0.98 0.28 63.35 0.96 0.37
Hex AD B7 4 5 0 62 1C 3F 60 25
Octal 255 267 4 5 0 142 34 77 140 45
Binary 10101101 10110111 100 101 0 1100010 11100 111111 1100000 100101

Color Harmonies of #ADB704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB704

Black with #ADB704

Text Example


Text Example

White with #ADB704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB704; }

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

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

background-color css

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

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

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

border-color css

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

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

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