Html Css Color HEX #BFD503 La Rioja

📋 copy color: '#BFD503'

red 191 ◦ green 213 ◦ blue 3

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

Shades of La Rioja #BFD503

Tints of La Rioja #BFD503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 46.93%
G = 52.33%
B = 0.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#BFD503 (or 0xBFD503) is known color: La Rioja. HEX triplet: BF, D5 and 03. RGB value is (191,213,3). Sum of RGB (Red+Green+Blue) = 191+213+3=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD503 is #402AFC. Grayscale: #B7B7B7. Windows color (decimal): -4205309 or 251327. OLE color: 251327.

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

Color convert

RGB 191 213 3 -
CMYK 0.10 0 0.99 0.16
HSL 66.29º 0.97% 0.42% -
HSV(B) 66.29º 0.99% 0.84% -
XYZ 45.3 58.67 9.02 -
YUV 182.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 191 213 3 0.10 0 0.99 0.16 66.29 0.97 0.42
Hex BF D5 3 A 0 63 10 42 61 2A
Octal 277 325 3 12 0 143 20 102 141 52
Binary 10111111 11010101 11 1010 0 1100011 10000 1000010 1100001 101010

Color Harmonies of #BFD503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD503

Black with #BFD503

Text Example


Text Example

White with #BFD503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD503; }

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

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

background-color css

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

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

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

border-color css

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

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

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