#B7C100

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

Shades of La Rioja #B7C100

Tints of La Rioja #B7C100

Color information

#B7C100 (or 0xB7C100) is unknown color: approx La Rioja. HEX triplet: B7, C1 and 00. RGB value is (183,193,0). Sum of RGB (Red+Green+Blue) = 183+193+0=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7C100 is #483EFF. Grayscale: #A8A8A8. Windows color (decimal): -4734720 or 49591. OLE color: 49591.

HSL color Cylindrical-coordinate representation of color #B7C100: hue angle of 63.11º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7C100 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1831930-
CMYK0.05010.24
HSL63.11º100%37.84%-
HSV(B)63.11º100%75.69%-
XYZ38.648.217.27-
YUV168.0133.19138.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 193 (75.78% from 255) = 51.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.67%
G=51.33%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18319300.05010.2463.1110037.84
HexB7C105064183f6426
Octal267301050144307714446
Binary1011011111000001010101100100110001111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C100; }

 p { color: rgb(183,193,0); }

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

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

 a { background-color: rgb(183,193,0); }

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

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

 span { border-color: rgb(183,193,0); }

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