Html Css Color HEX #ABC905 La Rioja

📋 copy color: '#ABC905'

red 171 ◦ green 201 ◦ blue 5

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

Shades of La Rioja #ABC905

Tints of La Rioja #ABC905

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.32%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 45.36%
G = 53.32%
B = 1.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#ABC905 (or 0xABC905) is known color: La Rioja. HEX triplet: AB, C9 and 05. RGB value is (171,201,5). Sum of RGB (Red+Green+Blue) = 171+201+5=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC905 is #5436FA. Grayscale: #AAAAAA. Windows color (decimal): -5519099 or 379307. OLE color: 379307.

HSL color Cylindrical-coordinate representation of color #ABC905: hue angle of 69.18º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC905 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 5 -
CMYK 0.15 0 0.98 0.21
HSL 69.18º 0.95% 0.4% -
HSV(B) 69.18º 0.98% 0.79% -
XYZ 37.71 50.44 7.89 -
YUV 169.69 35.06 128.94 -
System Red Green Blue C M Y K H S L
Decimal 171 201 5 0.15 0 0.98 0.21 69.18 0.95 0.4
Hex AB C9 5 F 0 62 15 45 5F 28
Octal 253 311 5 17 0 142 25 105 137 50
Binary 10101011 11001001 101 1111 0 1100010 10101 1000101 1011111 101000

Color Harmonies of #ABC905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC905

Black with #ABC905

Text Example


Text Example

White with #ABC905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC905; }

 p { color: rgb(171,201,5); }

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

background-color css

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

 a { background-color: rgb(171,201,5); }

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

border-color css

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

 span { border-color: rgb(171,201,5); }

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