Html Css Color HEX #ABCB05 La Rioja

📋 copy color: '#ABCB05'

red 171 ◦ green 203 ◦ blue 5

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

Shades of La Rioja #ABCB05

Tints of La Rioja #ABCB05

RGB

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

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

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

R = 45.12%
G = 53.56%
B = 1.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#ABCB05 (or 0xABCB05) is known color: La Rioja. HEX triplet: AB, CB and 05. RGB value is (171,203,5). Sum of RGB (Red+Green+Blue) = 171+203+5=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB05 is #5434FA. Grayscale: #ABABAB. Windows color (decimal): -5518587 or 379819. OLE color: 379819.

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

Color convert

RGB 171 203 5 -
CMYK 0.16 0 0.98 0.20
HSL 69.7º 0.95% 0.41% -
HSV(B) 69.7º 0.98% 0.8% -
XYZ 38.18 51.38 8.05 -
YUV 170.86 34.4 128.1 -
System Red Green Blue C M Y K H S L
Decimal 171 203 5 0.16 0 0.98 0.20 69.7 0.95 0.41
Hex AB CB 5 10 0 62 14 46 5F 29
Octal 253 313 5 20 0 142 24 106 137 51
Binary 10101011 11001011 101 10000 0 1100010 10100 1000110 1011111 101001

Color Harmonies of #ABCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB05

Black with #ABCB05

Text Example


Text Example

White with #ABCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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