#BFC620

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

Shades of Rio Grande #BFC620

Tints of Rio Grande #BFC620

Color information

#BFC620 (or 0xBFC620) is unknown color: approx Rio Grande. HEX triplet: BF, C6 and 20. RGB value is (191,198,32). Sum of RGB (Red+Green+Blue) = 191+198+32=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC620 is #4039DF. Grayscale: #B1B1B1. Windows color (decimal): -4209120 or 2148031. OLE color: 2148031.

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

Color convert

RGB19119832-
CMYK0.0400.840.22
HSL62.53º72.17%45.1%-
HSV(B)62.53º83.84%77.65%-
XYZ41.9451.579.11-
YUV176.9846.18138-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 198 (77.73% from 255) = 47.03%
BLUE value IS 32 (12.89% from 255) = 7.60%
R=45.37%
G=47.03%
B=7.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198320.0400.840.2262.5372.1745.1
HexBFC6204054163f482d
Octal2773064040124267711055
Binary101111111100011010000010001010100101101111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC620; }

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

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

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

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

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

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

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

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