#B8C902

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

Shades of La Rioja #B8C902

Tints of La Rioja #B8C902

Color information

#B8C902 (or 0xB8C902) is unknown color: approx La Rioja. HEX triplet: B8, C9 and 02. RGB value is (184,201,2). Sum of RGB (Red+Green+Blue) = 184+201+2=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C902 is #4736FD. Grayscale: #AEAEAE. Windows color (decimal): -4667134 or 182712. OLE color: 182712.

HSL color Cylindrical-coordinate representation of color #B8C902: hue angle of 65.13º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8C902 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1842012-
CMYK0.0800.990.21
HSL65.13º98.03%39.8%-
HSV(B)65.13º99%78.82%-
XYZ40.6651.977.95-
YUV173.2331.37135.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 201 (78.91% from 255) = 51.94%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=47.55%
G=51.94%
B=0.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18420120.0800.990.2165.1398.0339.8
HexB8C92806315416228
Octal27031121001432510114250
Binary1011100011001001101000011000111010110000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C902; }

 p { color: rgb(184,201,2); }

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

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

 a { background-color: rgb(184,201,2); }

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

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

 span { border-color: rgb(184,201,2); }

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