#BCBC2D

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

Shades of Rio Grande #BCBC2D

Tints of Rio Grande #BCBC2D

Color information

#BCBC2D (or 0xBCBC2D) is unknown color: approx Rio Grande. HEX triplet: BC, BC and 2D. RGB value is (188,188,45). Sum of RGB (Red+Green+Blue) = 188+188+45=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBC2D is #4343D2. Grayscale: #ACACAC. Windows color (decimal): -4408275 or 2997436. OLE color: 2997436.

HSL color Cylindrical-coordinate representation of color #BCBC2D: hue angle of 60º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCBC2D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18818845-
CMYK000.760.26
HSL60º61.37%45.69%-
HSV(B)60º76.06%73.73%-
XYZ39.246.859.46-
YUV171.756.5139.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 45 (17.97% from 255) = 10.69%
R=44.66%
G=44.66%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818845000.760.266061.3745.69
HexBCBC2D004C1A3c3d2e
Octal274274550011432747556
Binary101111001011110010110100100110011010111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC2D; }

 p { color: rgb(188,188,45); }

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

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

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

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

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

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

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