#BFC814

Color #BFC814 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BFC814

Tints of Rio Grande #BFC814

Color information

#BFC814 (or 0xBFC814) is unknown color: approx Rio Grande. HEX triplet: BF, C8 and 14. RGB value is (191,200,20). Sum of RGB (Red+Green+Blue) = 191+200+20=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC814 is #4037EB. Grayscale: #B1B1B1. Windows color (decimal): -4208620 or 1362111. OLE color: 1362111.

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

Color convert

RGB19120020-
CMYK0.0400.90.22
HSL63º81.82%43.14%-
HSV(B)63º90%78.43%-
XYZ42.2752.448.56-
YUV176.7939.52138.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 200 (78.52% from 255) = 48.66%
BLUE value IS 20 (8.20% from 255) = 4.87%
R=46.47%
G=48.66%
B=4.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191200200.0400.90.226381.8243.14
HexBFC814405A163f522b
Octal2773102440132267712253
Binary10111111110010001010010001011010101101111111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC814; }

 p { color: rgb(191,200,20); }

 H1.HeaderClassName
 {
   color: #BFC814;
 }
 .AnyTagClassName
 {
   color: #BFC814;
 }
</style>
background-color css

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

 a { background-color: rgb(191,200,20); }

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

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

 span { border-color: rgb(191,200,20); }

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