#B9C202

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

Shades of La Rioja #B9C202

Tints of La Rioja #B9C202

Color information

#B9C202 (or 0xB9C202) is unknown color: approx La Rioja. HEX triplet: B9, C2 and 02. RGB value is (185,194,2). Sum of RGB (Red+Green+Blue) = 185+194+2=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C202 is #463DFD. Grayscale: #AAAAAA. Windows color (decimal): -4603390 or 180921. OLE color: 180921.

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

Color convert

RGB1851942-
CMYK0.0500.990.24
HSL62.81º97.96%38.43%-
HSV(B)62.81º98.97%76.08%-
XYZ39.3148.97.42-
YUV169.4233.52139.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.56%
GREEN value IS 194 (76.17% from 255) = 50.92%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=48.56%
G=50.92%
B=0.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18519420.0500.990.2462.8197.9638.43
HexB9C225063183f6226
Octal271302250143307714246
Binary10111001110000101010101100011110001111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C202; }

 p { color: rgb(185,194,2); }

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

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

 a { background-color: rgb(185,194,2); }

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

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

 span { border-color: rgb(185,194,2); }

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