#B2B714

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

Shades of La Rioja #B2B714

Tints of La Rioja #B2B714

Color information

#B2B714 (or 0xB2B714) is unknown color: approx La Rioja. HEX triplet: B2, B7 and 14. RGB value is (178,183,20). Sum of RGB (Red+Green+Blue) = 178+183+20=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B714 is #4D48EB. Grayscale: #A3A3A3. Windows color (decimal): -5064940 or 1357746. OLE color: 1357746.

HSL color Cylindrical-coordinate representation of color #B2B714: hue angle of 61.84º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2B714 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB17818320-
CMYK0.0300.890.28
HSL61.84º80.3%39.8%-
HSV(B)61.84º89.07%71.76%-
XYZ35.4243.387.17-
YUV162.9247.34138.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 183 (71.88% from 255) = 48.03%
BLUE value IS 20 (8.20% from 255) = 5.25%
R=46.72%
G=48.03%
B=5.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183200.0300.890.2861.8480.339.8
HexB2B71430591C3e5028
Octal2622672430131347612050
Binary1011001010110111101001101011001111001111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B714; }

 p { color: rgb(178,183,20); }

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

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

 a { background-color: rgb(178,183,20); }

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

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

 span { border-color: rgb(178,183,20); }

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