Html Css Color HEX #ADB700 Citrus

📋 copy color: '#ADB700'

red 173 ◦ green 183 ◦ blue 0

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

Shades of Citrus #ADB700

Tints of Citrus #ADB700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.6%
G = 51.4%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#ADB700 (or 0xADB700) is known color: Citrus. HEX triplet: AD, B7 and 00. RGB value is (173,183,0). Sum of RGB (Red+Green+Blue) = 173+183+0=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB700 is #5248FF. Grayscale: #9F9F9F. Windows color (decimal): -5392640 or 47021. OLE color: 47021.

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

Color convert

RGB 173 183 0 -
CMYK 0.05 0 1 0.28
HSL 63.28º 1% 0.36% -
HSV(B) 63.28º 1% 0.72% -
XYZ 34.17 42.75 6.45 -
YUV 159.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 173 183 0 0.05 0 1 0.28 63.28 1 0.36
Hex AD B7 0 5 0 64 1C 3F 64 24
Octal 255 267 0 5 0 144 34 77 144 44
Binary 10101101 10110111 0 101 0 1100100 11100 111111 1100100 100100

Color Harmonies of #ADB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB700

Black with #ADB700

Text Example


Text Example

White with #ADB700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB700; }

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

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

background-color css

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

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

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

border-color css

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

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

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