#B7C212

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

Shades of La Rioja #B7C212

Tints of La Rioja #B7C212

Color information

#B7C212 (or 0xB7C212) is unknown color: approx La Rioja. HEX triplet: B7, C2 and 12. RGB value is (183,194,18). Sum of RGB (Red+Green+Blue) = 183+194+18=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C212 is #483DED. Grayscale: #ABABAB. Windows color (decimal): -4734446 or 1229495. OLE color: 1229495.

HSL color Cylindrical-coordinate representation of color #B7C212: hue angle of 63.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7C212 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB18319418-
CMYK0.0600.910.24
HSL63.75º83.02%41.57%-
HSV(B)63.75º90.72%76.08%-
XYZ38.9348.697.92-
YUV170.6541.86136.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 194 (76.17% from 255) = 49.11%
BLUE value IS 18 (7.42% from 255) = 4.56%
R=46.33%
G=49.11%
B=4.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183194180.0600.910.2463.7583.0241.57
HexB7C212605B1840532a
Octal26730222601333010012352
Binary101101111100001010010110010110111100010000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C212; }

 p { color: rgb(183,194,18); }

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

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

 a { background-color: rgb(183,194,18); }

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

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

 span { border-color: rgb(183,194,18); }

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