Html Css Color HEX #ABCC00 La Rioja

📋 copy color: '#ABCC00'

red 171 ◦ green 204 ◦ blue 0

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

Shades of La Rioja #ABCC00

Tints of La Rioja #ABCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.6%
G = 54.4%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#ABCC00 (or 0xABCC00) is known color: La Rioja. HEX triplet: AB, CC and 00. RGB value is (171,204,0). Sum of RGB (Red+Green+Blue) = 171+204+0=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC00 is #5433FF. Grayscale: #ABABAB. Windows color (decimal): -5518336 or 52395. OLE color: 52395.

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

Color convert

RGB 171 204 0 -
CMYK 0.16 0 1 0.2
HSL 69.71º 1% 0.4% -
HSV(B) 69.71º 1% 0.8% -
XYZ 38.39 51.84 7.98 -
YUV 170.88 31.57 128.09 -
System Red Green Blue C M Y K H S L
Decimal 171 204 0 0.16 0 1 0.2 69.71 1 0.4
Hex AB CC 0 10 0 64 14 46 64 28
Octal 253 314 0 20 0 144 24 106 144 50
Binary 10101011 11001100 0 10000 0 1100100 10100 1000110 1100100 101000

Color Harmonies of #ABCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC00

Black with #ABCC00

Text Example


Text Example

White with #ABCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC00; }

 p { color: rgb(171,204,0); }

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

background-color css

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

 a { background-color: rgb(171,204,0); }

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

border-color css

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

 span { border-color: rgb(171,204,0); }

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