#BFC32A

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

Shades of Rio Grande #BFC32A

Tints of Rio Grande #BFC32A

Color information

#BFC32A (or 0xBFC32A) is unknown color: approx Rio Grande. HEX triplet: BF, C3 and 2A. RGB value is (191,195,42). Sum of RGB (Red+Green+Blue) = 191+195+42=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC32A is #403CD5. Grayscale: #B0B0B0. Windows color (decimal): -4209878 or 2802623. OLE color: 2802623.

HSL color Cylindrical-coordinate representation of color #BFC32A: hue angle of 61.57º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC32A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19119542-
CMYK0.0200.780.24
HSL61.57º64.56%46.47%-
HSV(B)61.57º78.46%76.47%-
XYZ41.4250.279.71-
YUV176.3652.17138.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 195 (76.56% from 255) = 45.56%
BLUE value IS 42 (16.80% from 255) = 9.81%
R=44.63%
G=45.56%
B=9.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191195420.0200.780.2461.5764.5646.47
HexBFC32A204E183e412e
Octal2773035220116307610156
Binary10111111110000111010101001001110110001111101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC32A; }

 p { color: rgb(191,195,42); }

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

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

 a { background-color: rgb(191,195,42); }

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

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

 span { border-color: rgb(191,195,42); }

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