#B1C602

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

Shades of La Rioja #B1C602

Tints of La Rioja #B1C602

Color information

#B1C602 (or 0xB1C602) is unknown color: approx La Rioja. HEX triplet: B1, C6 and 02. RGB value is (177,198,2). Sum of RGB (Red+Green+Blue) = 177+198+2=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C602 is #4E39FD. Grayscale: #AAAAAA. Windows color (decimal): -5126654 or 181937. OLE color: 181937.

HSL color Cylindrical-coordinate representation of color #B1C602: hue angle of 66.43º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1C602 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1771982-
CMYK0.1100.990.22
HSL66.43º98%39.22%-
HSV(B)66.43º98.99%77.65%-
XYZ38.3449.747.64-
YUV169.3833.54133.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 198 (77.73% from 255) = 52.52%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=46.95%
G=52.52%
B=0.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17719820.1100.990.2266.439839.22
HexB1C62B06316426227
Octal26130621301432610214247
Binary1011000111000110101011011000111011010000101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C602; }

 p { color: rgb(177,198,2); }

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

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

 a { background-color: rgb(177,198,2); }

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

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

 span { border-color: rgb(177,198,2); }

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