Html Css Color HEX #ADCB03 La Rioja

📋 copy color: '#ADCB03'

red 173 ◦ green 203 ◦ blue 3

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

Shades of La Rioja #ADCB03

Tints of La Rioja #ADCB03

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.56%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 45.65%
G = 53.56%
B = 0.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#ADCB03 (or 0xADCB03) is known color: La Rioja. HEX triplet: AD, CB and 03. RGB value is (173,203,3). Sum of RGB (Red+Green+Blue) = 173+203+3=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB03 is #5234FC. Grayscale: #ACACAC. Windows color (decimal): -5387517 or 248749. OLE color: 248749.

HSL color Cylindrical-coordinate representation of color #ADCB03: hue angle of 69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADCB03 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 203 3 -
CMYK 0.15 0 0.99 0.20
HSL 69º 0.97% 0.4% -
HSV(B) 69º 0.99% 0.8% -
XYZ 38.61 51.6 8.01 -
YUV 171.23 33.06 129.26 -
System Red Green Blue C M Y K H S L
Decimal 173 203 3 0.15 0 0.99 0.20 69 0.97 0.4
Hex AD CB 3 F 0 63 14 45 61 28
Octal 255 313 3 17 0 143 24 105 141 50
Binary 10101101 11001011 11 1111 0 1100011 10100 1000101 1100001 101000

Color Harmonies of #ADCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB03

Black with #ADCB03

Text Example


Text Example

White with #ADCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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