#B1C70A

Color #B1C70A La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B1C70A

Tints of La Rioja #B1C70A

Color information

#B1C70A (or 0xB1C70A) is unknown color: approx La Rioja. HEX triplet: B1, C7 and 0A. RGB value is (177,199,10). Sum of RGB (Red+Green+Blue) = 177+199+10=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C70A is #4E38F5. Grayscale: #ABABAB. Windows color (decimal): -5126390 or 706481. OLE color: 706481.

HSL color Cylindrical-coordinate representation of color #B1C70A: hue angle of 66.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1C70A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB17719910-
CMYK0.1100.950.22
HSL66.98º90.43%40.98%-
HSV(B)66.98º94.97%78.04%-
XYZ38.6150.227.94-
YUV170.8837.21132.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 10 (4.30% from 255) = 2.59%
R=45.85%
G=51.55%
B=2.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177199100.1100.950.2266.9890.4340.98
HexB1C7AB05F16435a29
Octal261307121301372610313251
Binary101100011100011110101011010111111011010000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C70A; }

 p { color: rgb(177,199,10); }

 H1.HeaderClassName
 {
   color: #B1C70A;
 }
 .AnyTagClassName
 {
   color: #B1C70A;
 }
</style>
background-color css

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

 a { background-color: rgb(177,199,10); }

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

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

 span { border-color: rgb(177,199,10); }

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