Html Css Color HEX #BFCE00 La Rioja

📋 copy color: '#BFCE00'

red 191 ◦ green 206 ◦ blue 0

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

Shades of La Rioja #BFCE00

Tints of La Rioja #BFCE00

RGB

 RED value IS 191 (75% from 255) = 48.11%

 GREEN value IS 206 (80.86% from 255) = 51.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.11%
G = 51.89%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#BFCE00 (or 0xBFCE00) is known color: La Rioja. HEX triplet: BF, CE and 00. RGB value is (191,206,0). Sum of RGB (Red+Green+Blue) = 191+206+0=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE00 is #4031FF. Grayscale: #B2B2B2. Windows color (decimal): -4207104 or 52927. OLE color: 52927.

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

Color convert

RGB 191 206 0 -
CMYK 0.07 0 1 0.19
HSL 64.37º 1% 0.4% -
HSV(B) 64.37º 1% 0.81% -
XYZ 43.56 55.22 8.36 -
YUV 178.03 27.53 137.25 -
System Red Green Blue C M Y K H S L
Decimal 191 206 0 0.07 0 1 0.19 64.37 1 0.4
Hex BF CE 0 7 0 64 13 40 64 28
Octal 277 316 0 7 0 144 23 100 144 50
Binary 10111111 11001110 0 111 0 1100100 10011 1000000 1100100 101000

Color Harmonies of #BFCE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE00

Black with #BFCE00

Text Example


Text Example

White with #BFCE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE00; }

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

 H1.HeaderClassName
 {
   color: #BFCE00;
 }
 .AnyTagClassName
 {
   color: #BFCE00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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