Html Css Color HEX #ADBB00 Citrus

📋 copy color: '#ADBB00'

red 173 ◦ green 187 ◦ blue 0

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

Shades of Citrus #ADBB00

Tints of Citrus #ADBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.94%

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

R = 48.06%
G = 51.94%
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

#ADBB00 (or 0xADBB00) is known color: Citrus. HEX triplet: AD, BB and 00. RGB value is (173,187,0). Sum of RGB (Red+Green+Blue) = 173+187+0=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBB00 is #5244FF. Grayscale: #A2A2A2. Windows color (decimal): -5391616 or 48045. OLE color: 48045.

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

Color convert

RGB 173 187 0 -
CMYK 0.07 0 1 0.27
HSL 64.49º 1% 0.37% -
HSV(B) 64.49º 1% 0.73% -
XYZ 35 44.42 6.73 -
YUV 161.5 36.86 136.21 -
System Red Green Blue C M Y K H S L
Decimal 173 187 0 0.07 0 1 0.27 64.49 1 0.37
Hex AD BB 0 7 0 64 1B 40 64 25
Octal 255 273 0 7 0 144 33 100 144 45
Binary 10101101 10111011 0 111 0 1100100 11011 1000000 1100100 100101

Color Harmonies of #ADBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBB00

Black with #ADBB00

Text Example


Text Example

White with #ADBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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