#B2C70A

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

Shades of La Rioja #B2C70A

Tints of La Rioja #B2C70A

Color information

#B2C70A (or 0xB2C70A) is unknown color: approx La Rioja. HEX triplet: B2, C7 and 0A. RGB value is (178,199,10). Sum of RGB (Red+Green+Blue) = 178+199+10=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C70A is #4D38F5. Grayscale: #ABABAB. Windows color (decimal): -5060854 or 706482. OLE color: 706482.

HSL color Cylindrical-coordinate representation of color #B2C70A: hue angle of 66.67º 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 #B2C70A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB17819910-
CMYK0.1100.950.22
HSL66.67º90.43%40.98%-
HSV(B)66.67º94.97%78.04%-
XYZ38.8450.337.96-
YUV171.1837.04132.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 199 (78.12% from 255) = 51.42%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=45.99%
G=51.42%
B=2.58%

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
Decimal178199100.1100.950.2266.6790.4340.98
HexB2C7AB05F16435a29
Octal262307121301372610313251
Binary101100101100011110101011010111111011010000111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C70A; }

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

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

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

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

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

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

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

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