#B2B712

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

Shades of La Rioja #B2B712

Tints of La Rioja #B2B712

Color information

#B2B712 (or 0xB2B712) is unknown color: approx La Rioja. HEX triplet: B2, B7 and 12. RGB value is (178,183,18). Sum of RGB (Red+Green+Blue) = 178+183+18=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B712 is #4D48ED. Grayscale: #A3A3A3. Windows color (decimal): -5064942 or 1226674. OLE color: 1226674.

HSL color Cylindrical-coordinate representation of color #B2B712: hue angle of 61.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2B712 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB17818318-
CMYK0.0300.900.28
HSL61.82º82.09%39.41%-
HSV(B)61.82º90.16%71.76%-
XYZ35.443.387.08-
YUV162.746.34138.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 18 (7.42% from 255) = 4.75%
R=46.97%
G=48.28%
B=4.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178183180.0300.900.2861.8282.0939.41
HexB2B712305A1C3e5227
Octal2622672230132347612247
Binary1011001010110111100101101011010111001111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B712; }

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

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

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

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

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

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

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

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