#ADBA02

Color #ADBA02 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ADBA02

Tints of Citrus #ADBA02

Color information

#ADBA02 (or 0xADBA02) is unknown color: approx Citrus. HEX triplet: AD, BA and 02. RGB value is (173,186,2). Sum of RGB (Red+Green+Blue) = 173+186+2=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBA02 is #5245FD. Grayscale: #A1A1A1. Windows color (decimal): -5391870 or 178861. OLE color: 178861.

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

Color convert

RGB1731862-
CMYK0.0700.990.27
HSL64.24º97.87%36.86%-
HSV(B)64.24º98.92%72.94%-
XYZ34.844.016.72-
YUV161.1438.19136.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.92%
GREEN value IS 186 (73.05% from 255) = 51.52%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=47.92%
G=51.52%
B=0.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17318620.0700.990.2764.2497.8736.86
HexADBA270631B406225
Octal2552722701433310014245
Binary101011011011101010111011000111101110000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBA02; }

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

 H1.HeaderClassName
 {
   color: #ADBA02;
 }
 .AnyTagClassName
 {
   color: #ADBA02;
 }
</style>
background-color css

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

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

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

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

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

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