#B2CA0C

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

Shades of La Rioja #B2CA0C

Tints of La Rioja #B2CA0C

Color information

#B2CA0C (or 0xB2CA0C) is unknown color: approx La Rioja. HEX triplet: B2, CA and 0C. RGB value is (178,202,12). Sum of RGB (Red+Green+Blue) = 178+202+12=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CA0C is #4D35F3. Grayscale: #ADADAD. Windows color (decimal): -5060084 or 838322. OLE color: 838322.

HSL color Cylindrical-coordinate representation of color #B2CA0C: hue angle of 67.58º degrees, saturation: 0.89, 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 #B2CA0C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB17820212-
CMYK0.1200.940.21
HSL67.58º88.79%41.96%-
HSV(B)67.58º94.06%79.22%-
XYZ39.5551.738.25-
YUV173.1637.05131.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.41%
GREEN value IS 202 (79.30% from 255) = 51.53%
BLUE value IS 12 (5.08% from 255) = 3.06%
R=45.41%
G=51.53%
B=3.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178202120.1200.940.2167.5888.7941.96
HexB2CACC05E1544592a
Octal262312141401362510413152
Binary101100101100101011001100010111101010110001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CA0C; }

 p { color: rgb(178,202,12); }

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

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

 a { background-color: rgb(178,202,12); }

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

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

 span { border-color: rgb(178,202,12); }

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