#B8C501

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

Shades of La Rioja #B8C501

Tints of La Rioja #B8C501

Color information

#B8C501 (or 0xB8C501) is unknown color: approx La Rioja. HEX triplet: B8, C5 and 01. RGB value is (184,197,1). Sum of RGB (Red+Green+Blue) = 184+197+1=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8C501 is #473AFE. Grayscale: #ABABAB. Windows color (decimal): -4668159 or 116152. OLE color: 116152.

HSL color Cylindrical-coordinate representation of color #B8C501: hue angle of 63.98º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8C501 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1841971-
CMYK0.0700.990.23
HSL63.98º98.99%38.82%-
HSV(B)63.98º99.49%77.25%-
XYZ39.7450.137.61-
YUV170.7732.19137.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 197 (77.34% from 255) = 51.57%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=48.17%
G=51.57%
B=0.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18419710.0700.990.2363.9898.9938.82
HexB8C51706317406327
Octal2703051701432710014347
Binary10111000110001011111011000111011110000001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C501; }

 p { color: rgb(184,197,1); }

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

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

 a { background-color: rgb(184,197,1); }

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

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

 span { border-color: rgb(184,197,1); }

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