Html Css Color HEX #ABCD04 La Rioja

📋 copy color: '#ABCD04'

red 171 ◦ green 205 ◦ blue 4

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

Shades of La Rioja #ABCD04

Tints of La Rioja #ABCD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.95%

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

R = 45%
G = 53.95%
B = 1.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#ABCD04 (or 0xABCD04) is known color: La Rioja. HEX triplet: AB, CD and 04. RGB value is (171,205,4). Sum of RGB (Red+Green+Blue) = 171+205+4=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCD04 is #5432FB. Grayscale: #ACACAC. Windows color (decimal): -5518076 or 314795. OLE color: 314795.

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

Color convert

RGB 171 205 4 -
CMYK 0.17 0 0.98 0.20
HSL 70.15º 0.96% 0.41% -
HSV(B) 70.15º 0.98% 0.8% -
XYZ 38.65 52.33 8.18 -
YUV 171.92 33.24 127.34 -
System Red Green Blue C M Y K H S L
Decimal 171 205 4 0.17 0 0.98 0.20 70.15 0.96 0.41
Hex AB CD 4 11 0 62 14 46 60 29
Octal 253 315 4 21 0 142 24 106 140 51
Binary 10101011 11001101 100 10001 0 1100010 10100 1000110 1100000 101001

Color Harmonies of #ABCD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD04

Black with #ABCD04

Text Example


Text Example

White with #ABCD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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