#B8CA0D

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

Shades of La Rioja #B8CA0D

Tints of La Rioja #B8CA0D

Color information

#B8CA0D (or 0xB8CA0D) is unknown color: approx La Rioja. HEX triplet: B8, CA and 0D. RGB value is (184,202,13). Sum of RGB (Red+Green+Blue) = 184+202+13=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CA0D is #4735F2. Grayscale: #AFAFAF. Windows color (decimal): -4666867 or 903864. OLE color: 903864.

HSL color Cylindrical-coordinate representation of color #B8CA0D: hue angle of 65.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8CA0D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB18420213-
CMYK0.0900.940.21
HSL65.71º87.91%42.16%-
HSV(B)65.71º93.56%79.22%-
XYZ40.9652.468.35-
YUV175.0736.54134.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.12%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 13 (5.47% from 255) = 3.26%
R=46.12%
G=50.63%
B=3.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184202130.0900.940.2165.7187.9142.16
HexB8CAD905E1542582a
Octal270312151101362510213052
Binary101110001100101011011001010111101010110000101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CA0D; }

 p { color: rgb(184,202,13); }

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

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

 a { background-color: rgb(184,202,13); }

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

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

 span { border-color: rgb(184,202,13); }

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