Html Css Color HEX #ABCB01 La Rioja

📋 copy color: '#ABCB01'

red 171 ◦ green 203 ◦ blue 1

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

Shades of La Rioja #ABCB01

Tints of La Rioja #ABCB01

RGB

 RED value IS 171 (67.19% from 255) = 45.6%

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

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

R = 45.6%
G = 54.13%
B = 0.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#ABCB01 (or 0xABCB01) is known color: La Rioja. HEX triplet: AB, CB and 01. RGB value is (171,203,1). Sum of RGB (Red+Green+Blue) = 171+203+1=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB01 is #5434FE. Grayscale: #ABABAB. Windows color (decimal): -5518591 or 117675. OLE color: 117675.

HSL color Cylindrical-coordinate representation of color #ABCB01: hue angle of 69.5º 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 #ABCB01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 1 -
CMYK 0.16 0 1.00 0.20
HSL 69.5º 0.99% 0.4% -
HSV(B) 69.5º 1% 0.8% -
XYZ 38.16 51.37 7.93 -
YUV 170.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 171 203 1 0.16 0 1.00 0.20 69.5 0.99 0.4
Hex AB CB 1 10 0 64 14 46 63 28
Octal 253 313 1 20 0 144 24 106 143 50
Binary 10101011 11001011 1 10000 0 1100100 10100 1000110 1100011 101000

Color Harmonies of #ABCB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB01

Black with #ABCB01

Text Example


Text Example

White with #ABCB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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