#BFC61B

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

Shades of Rio Grande #BFC61B

Tints of Rio Grande #BFC61B

Color information

#BFC61B (or 0xBFC61B) is unknown color: approx Rio Grande. HEX triplet: BF, C6 and 1B. RGB value is (191,198,27). Sum of RGB (Red+Green+Blue) = 191+198+27=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC61B is #4039E4. Grayscale: #B1B1B1. Windows color (decimal): -4209125 or 1820351. OLE color: 1820351.

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

Color convert

RGB19119827-
CMYK0.0400.860.22
HSL62.46º76%44.12%-
HSV(B)62.46º86.36%77.65%-
XYZ41.8851.548.78-
YUV176.4143.68138.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 198 (77.73% from 255) = 47.60%
BLUE value IS 27 (10.94% from 255) = 6.49%
R=45.91%
G=47.60%
B=6.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198270.0400.860.2262.467644.12
HexBFC61B4056163e4c2c
Octal2773063340126267611454
Binary10111111110001101101110001010110101101111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC61B; }

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

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

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

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

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

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

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

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