Html Css Color HEX #BFD507 La Rioja

📋 copy color: '#BFD507'

red 191 ◦ green 213 ◦ blue 7

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

Shades of La Rioja #BFD507

Tints of La Rioja #BFD507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 46.47%
G = 51.82%
B = 1.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#BFD507 (or 0xBFD507) is known color: La Rioja. HEX triplet: BF, D5 and 07. RGB value is (191,213,7). Sum of RGB (Red+Green+Blue) = 191+213+7=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD507 is #402AF8. Grayscale: #B7B7B7. Windows color (decimal): -4205305 or 513471. OLE color: 513471.

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

Color convert

RGB 191 213 7 -
CMYK 0.10 0 0.97 0.16
HSL 66.41º 0.94% 0.43% -
HSV(B) 66.41º 0.97% 0.84% -
XYZ 45.32 58.68 9.14 -
YUV 182.94 28.71 133.75 -
System Red Green Blue C M Y K H S L
Decimal 191 213 7 0.10 0 0.97 0.16 66.41 0.94 0.43
Hex BF D5 7 A 0 61 10 42 5E 2B
Octal 277 325 7 12 0 141 20 102 136 53
Binary 10111111 11010101 111 1010 0 1100001 10000 1000010 1011110 101011

Color Harmonies of #BFD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD507

Black with #BFD507

Text Example


Text Example

White with #BFD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD507; }

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

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

background-color css

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

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

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

border-color css

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

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

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