Html Css Color HEX #BFD500 La Rioja

📋 copy color: '#BFD500'

red 191 ◦ green 213 ◦ blue 0

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

Shades of La Rioja #BFD500

Tints of La Rioja #BFD500

RGB

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

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

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

R = 47.28%
G = 52.72%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#BFD500 (or 0xBFD500) is known color: La Rioja. HEX triplet: BF, D5 and 00. RGB value is (191,213,0). Sum of RGB (Red+Green+Blue) = 191+213+0=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD500 is #402AFF. Grayscale: #B6B6B6. Windows color (decimal): -4205312 or 54719. OLE color: 54719.

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

Color convert

RGB 191 213 0 -
CMYK 0.10 0 1 0.16
HSL 66.2º 1% 0.42% -
HSV(B) 66.2º 1% 0.84% -
XYZ 45.28 58.66 8.94 -
YUV 182.14 25.21 134.32 -
System Red Green Blue C M Y K H S L
Decimal 191 213 0 0.10 0 1 0.16 66.2 1 0.42
Hex BF D5 0 A 0 64 10 42 64 2A
Octal 277 325 0 12 0 144 20 102 144 52
Binary 10111111 11010101 0 1010 0 1100100 10000 1000010 1100100 101010

Color Harmonies of #BFD500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD500

Black with #BFD500

Text Example


Text Example

White with #BFD500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD500; }

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

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

background-color css

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

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

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

border-color css

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

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

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