Html Css Color HEX #ADB603 Citrus

📋 copy color: '#ADB603'

red 173 ◦ green 182 ◦ blue 3

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

Shades of Citrus #ADB603

Tints of Citrus #ADB603

RGB

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

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

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

R = 48.32%
G = 50.84%
B = 0.84%

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

#ADB603 (or 0xADB603) is known color: Citrus. HEX triplet: AD, B6 and 03. RGB value is (173,182,3). Sum of RGB (Red+Green+Blue) = 173+182+3=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB603 is #5249FC. Grayscale: #9F9F9F. Windows color (decimal): -5392893 or 243373. OLE color: 243373.

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

Color convert

RGB 173 182 3 -
CMYK 0.05 0 0.98 0.29
HSL 63.02º 0.97% 0.36% -
HSV(B) 63.02º 0.98% 0.71% -
XYZ 33.98 42.35 6.47 -
YUV 158.9 40.02 138.05 -
System Red Green Blue C M Y K H S L
Decimal 173 182 3 0.05 0 0.98 0.29 63.02 0.97 0.36
Hex AD B6 3 5 0 62 1D 3F 61 24
Octal 255 266 3 5 0 142 35 77 141 44
Binary 10101101 10110110 11 101 0 1100010 11101 111111 1100001 100100

Color Harmonies of #ADB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB603

Black with #ADB603

Text Example


Text Example

White with #ADB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB603; }

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

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

background-color css

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

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

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

border-color css

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

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

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