#BFC322

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

Shades of Rio Grande #BFC322

Tints of Rio Grande #BFC322

Color information

#BFC322 (or 0xBFC322) is unknown color: approx Rio Grande. HEX triplet: BF, C3 and 22. RGB value is (191,195,34). Sum of RGB (Red+Green+Blue) = 191+195+34=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC322 is #403CDD. Grayscale: #B0B0B0. Windows color (decimal): -4209886 or 2278335. OLE color: 2278335.

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

Color convert

RGB19119534-
CMYK0.0200.830.24
HSL61.49º70.31%44.9%-
HSV(B)61.49º82.56%76.47%-
XYZ41.2950.229.03-
YUV175.4548.17139.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 195 (76.56% from 255) = 46.43%
BLUE value IS 34 (13.67% from 255) = 8.10%
R=45.48%
G=46.43%
B=8.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191195340.0200.830.2461.4970.3144.9
HexBFC3222053183d462d
Octal2773034220123307510655
Binary10111111110000111000101001010011110001111011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC322; }

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

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

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

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

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

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

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

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