#B3CA0C

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

Shades of La Rioja #B3CA0C

Tints of La Rioja #B3CA0C

Color information

#B3CA0C (or 0xB3CA0C) is unknown color: approx La Rioja. HEX triplet: B3, CA and 0C. RGB value is (179,202,12). Sum of RGB (Red+Green+Blue) = 179+202+12=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CA0C is #4C35F3. Grayscale: #AEAEAE. Windows color (decimal): -4994548 or 838323. OLE color: 838323.

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

Color convert

RGB17920212-
CMYK0.1100.940.21
HSL67.26º88.79%41.96%-
HSV(B)67.26º94.06%79.22%-
XYZ39.7851.858.26-
YUV173.4636.88131.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 12 (5.08% from 255) = 3.05%
R=45.55%
G=51.40%
B=3.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179202120.1100.940.2167.2688.7941.96
HexB3CACB05E1543592a
Octal263312141301362510313152
Binary101100111100101011001011010111101010110000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA0C; }

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

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

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

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

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

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

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

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