Html Css Color HEX #BFCC01 La Rioja

📋 copy color: '#BFCC01'

red 191 ◦ green 204 ◦ blue 1

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

Shades of La Rioja #BFCC01

Tints of La Rioja #BFCC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.52%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 48.23%
G = 51.52%
B = 0.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#BFCC01 (or 0xBFCC01) is known color: La Rioja. HEX triplet: BF, CC and 01. RGB value is (191,204,1). Sum of RGB (Red+Green+Blue) = 191+204+1=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 1 (0.78% from 255 or 0.25% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCC01 is #4033FE. Grayscale: #B1B1B1. Windows color (decimal): -4207615 or 117951. OLE color: 117951.

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

Color convert

RGB 191 204 1 -
CMYK 0.06 0 1.00 0.2
HSL 63.84º 0.99% 0.4% -
HSV(B) 63.84º 1% 0.8% -
XYZ 43.08 54.26 8.23 -
YUV 176.97 28.69 138.01 -
System Red Green Blue C M Y K H S L
Decimal 191 204 1 0.06 0 1.00 0.2 63.84 0.99 0.4
Hex BF CC 1 6 0 64 14 40 63 28
Octal 277 314 1 6 0 144 24 100 143 50
Binary 10111111 11001100 1 110 0 1100100 10100 1000000 1100011 101000

Color Harmonies of #BFCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCC01

Black with #BFCC01

Text Example


Text Example

White with #BFCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCC01; }

 p { color: rgb(191,204,1); }

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

background-color css

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

 a { background-color: rgb(191,204,1); }

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

border-color css

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

 span { border-color: rgb(191,204,1); }

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