Html Css Color HEX #ABCC04 La Rioja

📋 copy color: '#ABCC04'

red 171 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #ABCC04

Tints of La Rioja #ABCC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 45.12%
G = 53.83%
B = 1.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#ABCC04 (or 0xABCC04) is known color: La Rioja. HEX triplet: AB, CC and 04. RGB value is (171,204,4). Sum of RGB (Red+Green+Blue) = 171+204+4=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC04 is #5433FB. Grayscale: #ACACAC. Windows color (decimal): -5518332 or 314539. OLE color: 314539.

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

Color convert

RGB 171 204 4 -
CMYK 0.16 0 0.98 0.2
HSL 69.9º 0.96% 0.41% -
HSV(B) 69.9º 0.98% 0.8% -
XYZ 38.41 51.85 8.1 -
YUV 171.33 33.57 127.76 -
System Red Green Blue C M Y K H S L
Decimal 171 204 4 0.16 0 0.98 0.2 69.9 0.96 0.41
Hex AB CC 4 10 0 62 14 46 60 29
Octal 253 314 4 20 0 142 24 106 140 51
Binary 10101011 11001100 100 10000 0 1100010 10100 1000110 1100000 101001

Color Harmonies of #ABCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC04

Black with #ABCC04

Text Example


Text Example

White with #ABCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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