Html Css Color HEX #ADB403 Citrus

📋 copy color: '#ADB403'

red 173 ◦ green 180 ◦ blue 3

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

Shades of Citrus #ADB403

Tints of Citrus #ADB403

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 48.6%
G = 50.56%
B = 0.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#ADB403 (or 0xADB403) is known color: Citrus. HEX triplet: AD, B4 and 03. RGB value is (173,180,3). Sum of RGB (Red+Green+Blue) = 173+180+3=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB403 is #524BFC. Grayscale: #9E9E9E. Windows color (decimal): -5393405 or 242861. OLE color: 242861.

HSL color Cylindrical-coordinate representation of color #ADB403: hue angle of 62.37º degrees, saturation: 0.97, 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 #ADB403 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 3 -
CMYK 0.04 0 0.98 0.29
HSL 62.37º 0.97% 0.36% -
HSV(B) 62.37º 0.98% 0.71% -
XYZ 33.57 41.53 6.33 -
YUV 157.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 173 180 3 0.04 0 0.98 0.29 62.37 0.97 0.36
Hex AD B4 3 4 0 62 1D 3E 61 24
Octal 255 264 3 4 0 142 35 76 141 44
Binary 10101101 10110100 11 100 0 1100010 11101 111110 1100001 100100

Color Harmonies of #ADB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB403

Black with #ADB403

Text Example


Text Example

White with #ADB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB403; }

 p { color: rgb(173,180,3); }

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

background-color css

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

 a { background-color: rgb(173,180,3); }

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

border-color css

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

 span { border-color: rgb(173,180,3); }

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