#B2C012

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

Shades of La Rioja #B2C012

Tints of La Rioja #B2C012

Color information

#B2C012 (or 0xB2C012) is unknown color: approx La Rioja. HEX triplet: B2, C0 and 12. RGB value is (178,192,18). Sum of RGB (Red+Green+Blue) = 178+192+18=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C012 is #4D3FED. Grayscale: #A8A8A8. Windows color (decimal): -5062638 or 1228978. OLE color: 1228978.

HSL color Cylindrical-coordinate representation of color #B2C012: hue angle of 64.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2C012 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB17819218-
CMYK0.0700.910.25
HSL64.83º82.86%41.18%-
HSV(B)64.83º90.62%75.29%-
XYZ37.3247.217.72-
YUV167.9843.36135.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.88%
GREEN value IS 192 (75.39% from 255) = 49.48%
BLUE value IS 18 (7.42% from 255) = 4.64%
R=45.88%
G=49.48%
B=4.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192180.0700.910.2564.8382.8641.18
HexB2C012705B19415329
Octal26230022701333110112351
Binary101100101100000010010111010110111100110000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C012; }

 p { color: rgb(178,192,18); }

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

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

 a { background-color: rgb(178,192,18); }

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

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

 span { border-color: rgb(178,192,18); }

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