#BFCB00

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

Shades of La Rioja #BFCB00

Tints of La Rioja #BFCB00

Color information

#BFCB00 (or 0xBFCB00) is unknown color: approx La Rioja. HEX triplet: BF, CB and 00. RGB value is (191,203,0). Sum of RGB (Red+Green+Blue) = 191+203+0=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB00 is #4034FF. Grayscale: #B1B1B1. Windows color (decimal): -4207872 or 52159. OLE color: 52159.

HSL color Cylindrical-coordinate representation of color #BFCB00: hue angle of 63.55º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFCB00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB1912030-
CMYK0.06010.20
HSL63.55º100%39.8%-
HSV(B)63.55º100%79.61%-
XYZ42.8453.798.12-
YUV176.2728.52138.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 203 (79.69% from 255) = 51.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.48%
G=51.52%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19120300.06010.2063.5510039.8
HexBFCB0606414406428
Octal2773130601442410014450
Binary10111111110010110110011001001010010000001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB00; }

 p { color: rgb(191,203,0); }

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

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

 a { background-color: rgb(191,203,0); }

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

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

 span { border-color: rgb(191,203,0); }

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