Html Css Color HEX #ADBA00 Citrus

📋 copy color: '#ADBA00'

red 173 ◦ green 186 ◦ blue 0

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

Shades of Citrus #ADBA00

Tints of Citrus #ADBA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.81%

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

R = 48.19%
G = 51.81%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#ADBA00 (or 0xADBA00) is known color: Citrus. HEX triplet: AD, BA and 00. RGB value is (173,186,0). Sum of RGB (Red+Green+Blue) = 173+186+0=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA00 is #5245FF. Grayscale: #A1A1A1. Windows color (decimal): -5391872 or 47789. OLE color: 47789.

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

Color convert

RGB 173 186 0 -
CMYK 0.07 0 1 0.27
HSL 64.19º 1% 0.36% -
HSV(B) 64.19º 1% 0.73% -
XYZ 34.79 44 6.66 -
YUV 160.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 173 186 0 0.07 0 1 0.27 64.19 1 0.36
Hex AD BA 0 7 0 64 1B 40 64 24
Octal 255 272 0 7 0 144 33 100 144 44
Binary 10101101 10111010 0 111 0 1100100 11011 1000000 1100100 100100

Color Harmonies of #ADBA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA00

Black with #ADBA00

Text Example


Text Example

White with #ADBA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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