#BFC020

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

Shades of Rio Grande #BFC020

Tints of Rio Grande #BFC020

Color information

#BFC020 (or 0xBFC020) is unknown color: approx Rio Grande. HEX triplet: BF, C0 and 20. RGB value is (191,192,32). Sum of RGB (Red+Green+Blue) = 191+192+32=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC020 is #403FDF. Grayscale: #AEAEAE. Windows color (decimal): -4210656 or 2146495. OLE color: 2146495.

HSL color Cylindrical-coordinate representation of color #BFC020: hue angle of 60.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BFC020 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19119232-
CMYK0.0100.830.25
HSL60.38º71.43%43.92%-
HSV(B)60.38º83.33%75.29%-
XYZ40.648.888.66-
YUV173.4648.17140.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 32 (12.89% from 255) = 7.71%
R=46.02%
G=46.27%
B=7.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192320.0100.830.2560.3871.4343.92
HexBFC0201053193c472c
Octal2773004010123317410754
Binary1011111111000000100000101010011110011111001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC020; }

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

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

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

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

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

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

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

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