#B2C203

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

Shades of La Rioja #B2C203

Tints of La Rioja #B2C203

Color information

#B2C203 (or 0xB2C203) is unknown color: approx La Rioja. HEX triplet: B2, C2 and 03. RGB value is (178,194,3). Sum of RGB (Red+Green+Blue) = 178+194+3=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C203 is #4D3DFC. Grayscale: #A8A8A8. Windows color (decimal): -5062141 or 246450. OLE color: 246450.

HSL color Cylindrical-coordinate representation of color #B2C203: hue angle of 65.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2C203 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1781943-
CMYK0.0800.980.24
HSL65.03º96.95%38.63%-
HSV(B)65.03º98.45%76.08%-
XYZ37.6748.067.38-
YUV167.4435.2135.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 194 (76.17% from 255) = 51.73%
BLUE value IS 3 (1.56% from 255) = 0.8%
R=47.47%
G=51.73%
B=0.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17819430.0800.980.2465.0396.9538.63
HexB2C23806218416127
Octal26230231001423010114147
Binary1011001011000010111000011000101100010000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C203; }

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

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

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

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

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

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

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

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