#ADBF02

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

Shades of Citrus #ADBF02

Tints of Citrus #ADBF02

Color information

#ADBF02 (or 0xADBF02) is unknown color: approx Citrus. HEX triplet: AD, BF and 02. RGB value is (173,191,2). Sum of RGB (Red+Green+Blue) = 173+191+2=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF02 is #5240FD. Grayscale: #A4A4A4. Windows color (decimal): -5390590 or 180141. OLE color: 180141.

HSL color Cylindrical-coordinate representation of color #ADBF02: hue angle of 65.71º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADBF02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1731912-
CMYK0.0900.990.25
HSL65.71º97.93%37.84%-
HSV(B)65.71º98.95%74.9%-
XYZ35.8846.157.07-
YUV164.0736.54134.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 191 (75% from 255) = 52.19%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=47.27%
G=52.19%
B=0.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17319120.0900.990.2565.7197.9337.84
HexADBF2906319426226
Octal25527721101433110214246
Binary1010110110111111101001011000111100110000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF02; }

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

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

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

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

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

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

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

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