Html Css Color HEX #BFD505 La Rioja

📋 copy color: '#BFD505'

red 191 ◦ green 213 ◦ blue 5

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

Shades of La Rioja #BFD505

Tints of La Rioja #BFD505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.22%

R = 46.7%
G = 52.08%
B = 1.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#BFD505 (or 0xBFD505) is known color: La Rioja. HEX triplet: BF, D5 and 05. RGB value is (191,213,5). Sum of RGB (Red+Green+Blue) = 191+213+5=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD505 is #402AFA. Grayscale: #B7B7B7. Windows color (decimal): -4205307 or 382399. OLE color: 382399.

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

Color convert

RGB 191 213 5 -
CMYK 0.10 0 0.98 0.16
HSL 66.35º 0.95% 0.43% -
HSV(B) 66.35º 0.98% 0.84% -
XYZ 45.31 58.68 9.08 -
YUV 182.71 27.71 133.91 -
System Red Green Blue C M Y K H S L
Decimal 191 213 5 0.10 0 0.98 0.16 66.35 0.95 0.43
Hex BF D5 5 A 0 62 10 42 5F 2B
Octal 277 325 5 12 0 142 20 102 137 53
Binary 10111111 11010101 101 1010 0 1100010 10000 1000010 1011111 101011

Color Harmonies of #BFD505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD505

Black with #BFD505

Text Example


Text Example

White with #BFD505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD505; }

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

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

background-color css

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

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

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

border-color css

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

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

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