#ADBF03

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

Shades of La Rioja #ADBF03

Tints of La Rioja #ADBF03

Color information

#ADBF03 (or 0xADBF03) is unknown color: approx La Rioja. HEX triplet: AD, BF and 03. RGB value is (173,191,3). Sum of RGB (Red+Green+Blue) = 173+191+3=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBF03 is #5240FC. Grayscale: #A4A4A4. Windows color (decimal): -5390589 or 245677. OLE color: 245677.

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

Color convert

RGB1731913-
CMYK0.0900.980.25
HSL65.74º96.91%38.04%-
HSV(B)65.74º98.43%74.9%-
XYZ35.8846.157.1-
YUV164.1937.04134.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 191 (75% from 255) = 52.04%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=47.14%
G=52.04%
B=0.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17319130.0900.980.2565.7496.9138.04
HexADBF3906219426126
Octal25527731101423110214146
Binary1010110110111111111001011000101100110000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBF03; }

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

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

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

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

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

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

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

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