Html Css Color HEX #BFD501 La Rioja

📋 copy color: '#BFD501'

red 191 ◦ green 213 ◦ blue 1

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

Shades of La Rioja #BFD501

Tints of La Rioja #BFD501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.59%

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

R = 47.16%
G = 52.59%
B = 0.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#BFD501 (or 0xBFD501) is known color: La Rioja. HEX triplet: BF, D5 and 01. RGB value is (191,213,1). Sum of RGB (Red+Green+Blue) = 191+213+1=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 213 (83.59% from 255 or 52.59% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD501 is #402AFE. Grayscale: #B7B7B7. Windows color (decimal): -4205311 or 120255. OLE color: 120255.

HSL color Cylindrical-coordinate representation of color #BFD501: hue angle of 66.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFD501 is Cyan = 0.10, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 1 -
CMYK 0.10 0 1.00 0.16
HSL 66.23º 0.99% 0.42% -
HSV(B) 66.23º 1% 0.84% -
XYZ 45.29 58.67 8.97 -
YUV 182.25 25.71 134.24 -
System Red Green Blue C M Y K H S L
Decimal 191 213 1 0.10 0 1.00 0.16 66.23 0.99 0.42
Hex BF D5 1 A 0 64 10 42 63 2A
Octal 277 325 1 12 0 144 20 102 143 52
Binary 10111111 11010101 1 1010 0 1100100 10000 1000010 1100011 101010

Color Harmonies of #BFD501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD501

Black with #BFD501

Text Example


Text Example

White with #BFD501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD501; }

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

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

background-color css

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

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

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

border-color css

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

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

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