#b1cf00

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

Shades of La Rioja #B1CF00

Tints of La Rioja #B1CF00

Color information

#B1CF00 (or 0xB1CF00) is unknown color: approx La Rioja. HEX triplet: B1, CF and 00. RGB value is (177,207,0). Sum of RGB (Red+Green+Blue) = 177+207+0=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CF00 is #4E30FF. Grayscale: #AFAFAF. Windows color (decimal): -5124352 or 53169. OLE color: 53169.

HSL color Cylindrical-coordinate representation of color #B1CF00: hue angle of 68.7º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1CF00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB1772070-
CMYK0.14010.19
HSL68.7º100%40.59%-
HSV(B)68.7º100%81.18%-
XYZ40.4453.978.29-
YUV174.4329.56129.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 207 (81.25% from 255) = 53.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.09%
G=53.91%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal17720700.14010.1968.710040.59
HexB1CF0E06413456429
Octal26131701601442310514451
Binary101100011100111101110011001001001110001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1cf00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1cf00; }

 p { color: rgb(177,207,0); }

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

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

 a { background-color: rgb(177,207,0); }

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

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

 span { border-color: rgb(177,207,0); }

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