Html Css Color HEX #BFCB00 La Rioja

📋 copy color: '#BFCB00'

red 191 ◦ green 203 ◦ blue 0

#BFCB00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BFCB00

Tints of La Rioja #BFCB00

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 value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#BFCB00 (or 0xBFCB00) is known color: 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

RGB 191 203 0 -
CMYK 0.06 0 1 0.20
HSL 63.55º 1% 0.4% -
HSV(B) 63.55º 1% 0.8% -
XYZ 42.84 53.79 8.12 -
YUV 176.27 28.52 138.51 -
System Red Green Blue C M Y K H S L
Decimal 191 203 0 0.06 0 1 0.20 63.55 1 0.4
Hex BF CB 0 6 0 64 14 40 64 28
Octal 277 313 0 6 0 144 24 100 144 50
Binary 10111111 11001011 0 110 0 1100100 10100 1000000 1100100 101000

Color Harmonies of #BFCB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB00

Black with #BFCB00

Text Example


Text Example

White with #BFCB00

Text Example


Text Example

HTML Codes & Css Web 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>