#BCBD1F

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

Shades of Rio Grande #BCBD1F

Tints of Rio Grande #BCBD1F

Color information

#BCBD1F (or 0xBCBD1F) is unknown color: approx Rio Grande. HEX triplet: BC, BD and 1F. RGB value is (188,189,31). Sum of RGB (Red+Green+Blue) = 188+189+31=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBD1F is #4342E0. Grayscale: #ABABAB. Windows color (decimal): -4408033 or 2080188. OLE color: 2080188.

HSL color Cylindrical-coordinate representation of color #BCBD1F: hue angle of 60.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCBD1F is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB18818931-
CMYK0.0100.840.26
HSL60.38º71.82%43.14%-
HSV(B)60.38º83.6%74.12%-
XYZ39.1847.198.34-
YUV170.6949.17140.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 189 (74.22% from 255) = 46.32%
BLUE value IS 31 (12.5% from 255) = 7.60%
R=46.08%
G=46.32%
B=7.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188189310.0100.840.2660.3871.8243.14
HexBCBD1F10541A3c482b
Octal2742753710124327411053
Binary101111001011110111111101010100110101111001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD1F; }

 p { color: rgb(188,189,31); }

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

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

 a { background-color: rgb(188,189,31); }

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

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

 span { border-color: rgb(188,189,31); }

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