Html Css Color HEX #BFC40E La Rioja

📋 copy color: '#BFC40E'

red 191 ◦ green 196 ◦ blue 14

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

Shades of La Rioja #BFC40E

Tints of La Rioja #BFC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.88%

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 47.63%
G = 48.88%
B = 3.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#BFC40E (or 0xBFC40E) is known color: La Rioja. HEX triplet: BF, C4 and 0E. RGB value is (191,196,14). Sum of RGB (Red+Green+Blue) = 191+196+14=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC40E is #403BF1. Grayscale: #AEAEAE. Windows color (decimal): -4209650 or 967871. OLE color: 967871.

HSL color Cylindrical-coordinate representation of color #BFC40E: hue angle of 61.65º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BFC40E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 196 14 -
CMYK 0.03 0 0.93 0.23
HSL 61.65º 0.87% 0.41% -
HSV(B) 61.65º 0.93% 0.77% -
XYZ 41.31 50.59 8 -
YUV 173.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 191 196 14 0.03 0 0.93 0.23 61.65 0.87 0.41
Hex BF C4 E 3 0 5D 17 3E 57 29
Octal 277 304 16 3 0 135 27 76 127 51
Binary 10111111 11000100 1110 11 0 1011101 10111 111110 1010111 101001

Color Harmonies of #BFC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC40E

Black with #BFC40E

Text Example


Text Example

White with #BFC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC40E; }

 p { color: rgb(191,196,14); }

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

background-color css

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

 a { background-color: rgb(191,196,14); }

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

border-color css

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

 span { border-color: rgb(191,196,14); }

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