#B2BE03

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

Shades of La Rioja #B2BE03

Tints of La Rioja #B2BE03

Color information

#B2BE03 (or 0xB2BE03) is unknown color: approx La Rioja. HEX triplet: B2, BE and 03. RGB value is (178,190,3). Sum of RGB (Red+Green+Blue) = 178+190+3=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2BE03 is #4D41FC. Grayscale: #A5A5A5. Windows color (decimal): -5063165 or 245426. OLE color: 245426.

HSL color Cylindrical-coordinate representation of color #B2BE03: hue angle of 63.85º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2BE03 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB1781903-
CMYK0.0600.980.25
HSL63.85º96.89%37.84%-
HSV(B)63.85º98.42%74.51%-
XYZ36.7946.37.08-
YUV165.0936.52137.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=47.98%
G=51.21%
B=0.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17819030.0600.980.2563.8596.8937.84
HexB2BE3606219406126
Octal2622763601423110014146
Binary101100101011111011110011000101100110000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE03; }

 p { color: rgb(178,190,3); }

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

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

 a { background-color: rgb(178,190,3); }

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

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

 span { border-color: rgb(178,190,3); }

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