#bfc427

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

Shades of Rio Grande #BFC427

Tints of Rio Grande #BFC427

Color information

#BFC427 (or 0xBFC427) is unknown color: approx Rio Grande. HEX triplet: BF, C4 and 27. RGB value is (191,196,39). Sum of RGB (Red+Green+Blue) = 191+196+39=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC427 is #403BD8. Grayscale: #B1B1B1. Windows color (decimal): -4209625 or 2606271. OLE color: 2606271.

HSL color Cylindrical-coordinate representation of color #BFC427: hue angle of 61.91º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFC427 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB19119639-
CMYK0.0300.800.23
HSL61.91º66.81%46.08%-
HSV(B)61.91º80.1%76.86%-
XYZ41.5950.79.51-
YUV176.6150.34138.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 39 (15.62% from 255) = 9.15%
R=44.84%
G=46.01%
B=9.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191196390.0300.800.2361.9166.8146.08
HexBFC4273050173e432e
Octal2773044730120277610356
Binary10111111110001001001111101010000101111111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc427; }

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

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

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

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

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

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

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

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