Html Css Color HEX #BFC60F La Rioja

📋 copy color: '#BFC60F'

red 191 ◦ green 198 ◦ blue 15

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

Shades of La Rioja #BFC60F

Tints of La Rioja #BFC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.01%

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 47.28%
G = 49.01%
B = 3.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BFC60F (or 0xBFC60F) is known color: La Rioja. HEX triplet: BF, C6 and 0F. RGB value is (191,198,15). Sum of RGB (Red+Green+Blue) = 191+198+15=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 198 (77.73% from 255 or 49.01% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC60F is #4039F0. Grayscale: #AFAFAF. Windows color (decimal): -4209137 or 1033919. OLE color: 1033919.

HSL color Cylindrical-coordinate representation of color #BFC60F: hue angle of 62.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFC60F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 198 15 -
CMYK 0.04 0 0.92 0.22
HSL 62.3º 0.86% 0.42% -
HSV(B) 62.3º 0.92% 0.78% -
XYZ 41.77 51.5 8.19 -
YUV 175.05 37.68 139.38 -
System Red Green Blue C M Y K H S L
Decimal 191 198 15 0.04 0 0.92 0.22 62.3 0.86 0.42
Hex BF C6 F 4 0 5C 16 3E 56 2A
Octal 277 306 17 4 0 134 26 76 126 52
Binary 10111111 11000110 1111 100 0 1011100 10110 111110 1010110 101010

Color Harmonies of #BFC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC60F

Black with #BFC60F

Text Example


Text Example

White with #BFC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC60F; }

 p { color: rgb(191,198,15); }

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

background-color css

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

 a { background-color: rgb(191,198,15); }

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

border-color css

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

 span { border-color: rgb(191,198,15); }

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