#B7CE0C

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

Shades of La Rioja #B7CE0C

Tints of La Rioja #B7CE0C

Color information

#B7CE0C (or 0xB7CE0C) is unknown color: approx La Rioja. HEX triplet: B7, CE and 0C. RGB value is (183,206,12). Sum of RGB (Red+Green+Blue) = 183+206+12=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CE0C is #4831F3. Grayscale: #B1B1B1. Windows color (decimal): -4731380 or 839351. OLE color: 839351.

HSL color Cylindrical-coordinate representation of color #B7CE0C: hue angle of 67.11º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7CE0C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB18320612-
CMYK0.1100.940.19
HSL67.11º88.99%42.75%-
HSV(B)67.11º94.17%80.78%-
XYZ41.6754.248.62-
YUV177.0134.88132.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 206 (80.86% from 255) = 51.37%
BLUE value IS 12 (5.08% from 255) = 2.99%
R=45.64%
G=51.37%
B=2.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183206120.1100.940.1967.1188.9942.75
HexB7CECB05E1343592b
Octal267316141301362310313153
Binary101101111100111011001011010111101001110000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7CE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7CE0C; }

 p { color: rgb(183,206,12); }

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

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

 a { background-color: rgb(183,206,12); }

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

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

 span { border-color: rgb(183,206,12); }

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