Html Css Color HEX #ADCB01 La Rioja

📋 copy color: '#ADCB01'

red 173 ◦ green 203 ◦ blue 1

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

Shades of La Rioja #ADCB01

Tints of La Rioja #ADCB01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 45.89%
G = 53.85%
B = 0.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#ADCB01 (or 0xADCB01) is known color: La Rioja. HEX triplet: AD, CB and 01. RGB value is (173,203,1). Sum of RGB (Red+Green+Blue) = 173+203+1=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCB01 is #5234FE. Grayscale: #ABABAB. Windows color (decimal): -5387519 or 117677. OLE color: 117677.

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

Color convert

RGB 173 203 1 -
CMYK 0.15 0 1.00 0.20
HSL 68.91º 0.99% 0.4% -
HSV(B) 68.91º 1% 0.8% -
XYZ 38.6 51.6 7.95 -
YUV 171 32.06 129.43 -
System Red Green Blue C M Y K H S L
Decimal 173 203 1 0.15 0 1.00 0.20 68.91 0.99 0.4
Hex AD CB 1 F 0 64 14 45 63 28
Octal 255 313 1 17 0 144 24 105 143 50
Binary 10101101 11001011 1 1111 0 1100100 10100 1000101 1100011 101000

Color Harmonies of #ADCB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB01

Black with #ADCB01

Text Example


Text Example

White with #ADCB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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