Html Css Color HEX #BFD001 La Rioja

📋 copy color: '#BFD001'

red 191 ◦ green 208 ◦ blue 1

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

Shades of La Rioja #BFD001

Tints of La Rioja #BFD001

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

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

R = 47.75%
G = 52%
B = 0.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#BFD001 (or 0xBFD001) is known color: La Rioja. HEX triplet: BF, D0 and 01. RGB value is (191,208,1). Sum of RGB (Red+Green+Blue) = 191+208+1=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD001 is #402FFE. Grayscale: #B4B4B4. Windows color (decimal): -4206591 or 118975. OLE color: 118975.

HSL color Cylindrical-coordinate representation of color #BFD001: hue angle of 64.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFD001 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 208 1 -
CMYK 0.08 0 1.00 0.18
HSL 64.93º 0.99% 0.41% -
HSV(B) 64.93º 1% 0.82% -
XYZ 44.05 56.19 8.55 -
YUV 179.32 27.37 136.33 -
System Red Green Blue C M Y K H S L
Decimal 191 208 1 0.08 0 1.00 0.18 64.93 0.99 0.41
Hex BF D0 1 8 0 64 12 41 63 29
Octal 277 320 1 10 0 144 22 101 143 51
Binary 10111111 11010000 1 1000 0 1100100 10010 1000001 1100011 101001

Color Harmonies of #BFD001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD001

Black with #BFD001

Text Example


Text Example

White with #BFD001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD001; }

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

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

background-color css

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

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

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

border-color css

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

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

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