Html Css Color HEX #BFD401 La Rioja

📋 copy color: '#BFD401'

red 191 ◦ green 212 ◦ blue 1

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

Shades of La Rioja #BFD401

Tints of La Rioja #BFD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.48%

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

R = 47.28%
G = 52.48%
B = 0.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#BFD401 (or 0xBFD401) is known color: La Rioja. HEX triplet: BF, D4 and 01. RGB value is (191,212,1). Sum of RGB (Red+Green+Blue) = 191+212+1=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 212 (83.20% from 255 or 52.48% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD401 is #402BFE. Grayscale: #B6B6B6. Windows color (decimal): -4205567 or 119999. OLE color: 119999.

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

Color convert

RGB 191 212 1 -
CMYK 0.10 0 1.00 0.17
HSL 65.97º 0.99% 0.42% -
HSV(B) 65.97º 1% 0.83% -
XYZ 45.03 58.17 8.88 -
YUV 181.67 26.04 134.66 -
System Red Green Blue C M Y K H S L
Decimal 191 212 1 0.10 0 1.00 0.17 65.97 0.99 0.42
Hex BF D4 1 A 0 64 11 42 63 2A
Octal 277 324 1 12 0 144 21 102 143 52
Binary 10111111 11010100 1 1010 0 1100100 10001 1000010 1100011 101010

Color Harmonies of #BFD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD401

Black with #BFD401

Text Example


Text Example

White with #BFD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD401; }

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

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

background-color css

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

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

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

border-color css

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

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

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